]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/meter.hh
partial: 1.0.1.jcn
[lilypond.git] / lily / include / meter.hh
index 14a50f0f45aa3dc6d7b74beed251070ed2ac29a5..8347b3fa2d98befc3a1815dd65a955ac27d948bb 100644 (file)
@@ -22,9 +22,9 @@ class Meter: public Item {
 protected:
     Molecule*brew_molecule_p() const;
 public:
-    Meter(Array<Scalar> args) ;
-    NAME_MEMBERS();
-    SCORE_ELEM_CLONE(Meter)
+    Meter (Array<Scalar> args) ;
+    DECLARE_MY_RUNTIME_TYPEINFO;
+    SCORE_ELEM_CLONE(Meter);
 };
 #endif // METER_HH