]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:47 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:47 +0000 (19:28 +0000)
hdr/simplewalker.hh

index 192419ef2ee842d73813b6290ec762f1126db41a..a43844622b6b7218a16fa43cb7947eeba27def51 100644 (file)
@@ -10,6 +10,7 @@
 #include "proto.hh"
 #include "grouping.hh"
 
+
 struct Simple_walker: Staff_walker {
     Stem *stem_;
     Array<Notehead *>noteheads;
@@ -34,8 +35,9 @@ struct Simple_walker: Staff_walker {
     virtual void do_TYPESET_command(Command*);
     virtual void do_INTERPRET_command(Command*);
     virtual void process_requests();
-    virtual void reset();
-    
+    virtual void do_post_move();
+    ~Simple_walker();
+    Simple_walker(Simple_walker const& c);
     void do_note(Note_info);
     Simple_walker(Simple_staff*);
     Simple_column *col();