]> git.donarmstrong.com Git - lilypond.git/commitdiff
ugh
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 15 Mar 2005 22:57:01 +0000 (22:57 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 15 Mar 2005 22:57:01 +0000 (22:57 +0000)
flower/include/virtual-methods.hh

index ff13f106835f4462a535c0af0b6ff0a70e0495b1..b63ae6fd6efdb2d43d5ab8e01b4394d6045e2629 100644 (file)
@@ -34,7 +34,7 @@ demangle_classname (std::type_info const &);
   virtual Base *clone () const                                 \
   {                                                            \
     /* return new name (*this); */                             \
-    Base *urg = (base*) this;                                  \
+    Base *urg = (Base*) this;                                  \
     return urg->clone_const_helper ();                         \
   }