]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-placement.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / accidental-placement.hh
index 43c33b8a9fa7cced0e6ba8eabeb6ff635b753e60..ed2703af87651b42894764305e7d6cff3e3effbf 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef ACCIDENTAL_PLACEMENT_HH
 #define ACCIDENTAL_PLACEMENT_HH
 
+#include "grob-interface.hh"
 #include "grob.hh"
 
 class Accidental_placement
@@ -25,7 +26,7 @@ public:
                                 vector<Grob*> *real_acc);
 
   DECLARE_SCHEME_CALLBACK(calc_positioning_done, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 #endif /* ACCIDENTAL_PLACEMENT_HH */