]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/type-swallow-translator.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / type-swallow-translator.hh
index 83b9506c2fa35e5fc9c6c6b6bf58b8e35ea9035b..a2205c8a0ef1ceb3d4a5b1c7473bf30211faae67 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef TYPESWALLOW_GRAV_HH
@@ -14,7 +14,7 @@
 /** eat a certain type of event
     (Duh, it's good for your skin)
 */
-class Type_swallow_translator : public virtual Translator
+class Type_swallow_translator : public Translator
 {
 protected:
   String swallow_string_;
@@ -28,7 +28,7 @@ public:
   {                                                                    \
     TRANSLATOR_DECLARATIONS (TYPE ## _swallow_translator);             \
   };                                                                   \
-  TYPE ## _swallow_translator :: TYPE ## _swallow_translator ()                \
+  TYPE ## _swallow_translator ::TYPE ## _swallow_translator ()         \
   {                                                                    \
     swallow_string_ = #TYPE;                                           \
   }                                                                    \