]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scheme-listener.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / scheme-listener.hh
index 1fbf6c2c404480e3a6e3e59d41e9873c3f29dc51..c50f5c42aecf472b725520a94c67ed0a1e1431a0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Erik Sandberg  <mandolaerik@gmail.com>
+  (c) 2006--2008 Erik Sandberg  <mandolaerik@gmail.com>
 */
 
 #ifndef SCHEME_LISTENER_HH
@@ -22,7 +22,7 @@ public:
   Scheme_listener (SCM callback);
   DECLARE_LISTENER (call);
 protected:
-  DECLARE_SMOBS (Scheme_listener,);
+  DECLARE_SMOBS (Scheme_listener);
 private:
   SCM callback_;
 };