]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dispatcher.hh
* lily/*.cc, lily/include/*.hh: eliminate dummy arguments from
[lilypond.git] / lily / include / dispatcher.hh
index 8b24f03c22d411b56946753e8b320aa51517dcba..a849699247b7537543d5155a6ce34f2f2c930bf7 100644 (file)
@@ -33,7 +33,7 @@ public:
   void register_as_listener (Dispatcher *dist);
   void unregister_as_listener (Dispatcher *dist);
 protected:
-  DECLARE_SMOBS (Dispatcher,);
+  DECLARE_SMOBS (Dispatcher);
 };
 
 DECLARE_UNSMOB (Dispatcher, dispatcher);