]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/virtual-methods.hh
remove file.
[lilypond.git] / flower / include / virtual-methods.hh
index 67dabc91d1bedae2fdf69c123095b6d65431b4ac..bf28b66737510b205b05074dc891d5cf353c0333 100644 (file)
@@ -17,13 +17,17 @@ using namespace std;
 char const *
 demangle_classname (type_info const &);
 
-/* Virtual copy constructor.  Make up for C++'s lack of a standard
-   factory or clone () function.  Uses a typeof hack.  Usage:
+/*
+
+Virtual copy constructor.  Make up for C++'s lack of a standard
+factory or clone () function.  Usage:
 
-   class Foo : Baseclass
-   {
-   VIRTUAL_COPY_CONSTRUCTOR (Baseclass, Foo);
-   }; */
+class Foo : Baseclass
+{
+VIRTUAL_COPY_CONSTRUCTOR (Baseclass, Foo);
+};
+
+*/
 
 #define DECLARE_CLASSNAME(name) \
   virtual const char *class_name () const {    \