]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Sun, 24 Mar 2002 19:27:32 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:32 +0000 (19:27 +0000)
hdr/inputcommands.hh

index e2c487f2042b9ee43d98998d867409f1497609ea..20e6a1cb06ecf8cbc519c4ae0f3b13a8e67dd05e 100644 (file)
@@ -53,7 +53,7 @@ struct Input_commands : public IPointerList<Commands_at*> {
 
     void reset();
     void print()const;
-    Staff_commands *parse() const;
+    void parse(Staff *) const;
 };
 
 #endif // INPUTCOMMANDS_HH