]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/scalar.hh
release: 1.0.2
[lilypond.git] / flower / include / scalar.hh
index a963a2fb2a4a620af96ac17bf576841b79efadec..8f442d9041caeaf0b4ae05766d9474a14f157612 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "string.hh"
 #include "real.hh"
-#include "matrix.hh"
 
 /// Perl -like scalar type.
 struct Scalar : public String 
@@ -34,8 +33,8 @@ struct Scalar : public String
     urg, these are bit silly; perhaps should make "Print_string" class
     (derive from Scalar?)
    */
-  Scalar (Vector v) { *this = v.str (); }
-  Scalar (Matrix m) { *this = m.str (); }
+  Scalar (Vector const &v);
+  Scalar (Matrix const &m);
 
   /**   perl -like string to bool conversion.
    */