]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
release: 1.1.7
[lilypond.git] / lily / include / change-iterator.hh
index 409b3a648d0ed2e68fa83d3fdc0371dca05562ed..9dec9ba80cdf216f414d06b69597bec09a178874 100644 (file)
@@ -17,11 +17,14 @@ class Change_iterator : public Music_iterator
 {
   Change_translator *change_l ();
   void  error (String);
-  
-public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
+
 protected:
   virtual void do_process_and_next (Moment);
+
+public:
+  /*
+    CTOR is public
+   */
 };
 
 #endif