]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translator.hh
Consistently use semicolons after some macro calls
[lilypond.git] / lily / include / translator.hh
index 96309693aac8366e77951acbc6c063dd85f6d400..fd93a3e42fb82397eabb3bda7eb09b58af7ce780 100644 (file)
   VIRTUAL_COPY_CONSTRUCTOR (Translator, NAME);                          \
   virtual void fetch_precomputable_methods (SCM methods[]);             \
   DECLARE_TRANSLATOR_CALLBACKS (NAME);                                  \
-  TRANSLATOR_INHERIT (Translator)                                       \
+  TRANSLATOR_INHERIT (Translator);                                      \
   /* end #define */
 
 #define TRANSLATOR_INHERIT(BASE)                                        \
-  using BASE::method_finder;
+  using BASE::method_finder
 
 #define DECLARE_TRANSLATOR_CALLBACKS(NAME)                              \
   template <void (NAME::*mf)()>                                         \