]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/virtual-methods.hh
(parse_symbol_list): Bugfix.
[lilypond.git] / flower / include / virtual-methods.hh
index 47113cc06de944f50b38419f22b5a647dccbb81b..c7746c84f8aad671bc28638c8145faa6587eeb49 100644 (file)
@@ -24,10 +24,10 @@ demangle_classname (std::type_info const &);
    VIRTUAL_COPY_CONSTRUCTOR (Baseclass, Foo);
    }; */
 
-#define VIRTUAL_COPY_CONSTRUCTOR(Base, name)                   \
-  virtual Base *clone () const                                 \
-  {                                                            \
-    return new name (*this);                                   \
+#define VIRTUAL_COPY_CONSTRUCTOR(Base, name)   \
+  virtual Base *clone () const                 \
+  {                                            \
+    return new name (*this);                   \
   }
 
 #endif /* VIRTUAL_METHODS_HH */