]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/virtual-methods.hh
release: 0.0.78
[lilypond.git] / flower / include / virtual-methods.hh
index b8933baa0e279d76e0ad4b8573542dad82a18e13..88dad44aebc96825c0086d257976c618831e8b9e 100644 (file)
@@ -14,7 +14,7 @@
   The static_name() can *not* be inlined (this might have the effect that 
   s->name() != S::static_name(). Overlapping strings need not be merged in C++
  */
-#define NAME_MEMBERS() \
+#define DECLARE_MY_RUNTIME_TYPEINFO    \
 static char const *static_name();\
 static bool static_is_type_b(const char*s);\
 virtual bool is_type_b(const char *s)const { return static_is_type_b(s); } \