]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:52:59 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:59 +0000 (19:52 +0000)
lily/include/script-column.hh

index aeb9d11277a5c35d0b5f540bc26c61862dcd6c2e..b3d73aac9520c4efdedc7ba93dc876245e330964 100644 (file)
@@ -25,7 +25,7 @@ public:
     Link_array<Item> support_l_arr_;
     DECLARE_MY_RUNTIME_TYPEINFO;
    
-    void add(Script *);
+    virtual void add(Script *);
     void add_support(Item*);
 };