]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/listener.hh
Fix a ragged-bottom/ragged-last-bottom corner case.
[lilypond.git] / lily / include / listener.hh
index 562380c5764e6967790431fc9dac8f4c8c1bea50..5b290f4f20e15878bcc219bc643747f5104788a0 100644 (file)
@@ -70,7 +70,7 @@ public:
   bool operator == (Listener const &other) const
   { return target_ == other.target_ && type_ == other.type_; }
 
-  DECLARE_SIMPLE_SMOBS (Listener,);
+  DECLARE_SIMPLE_SMOBS (Listener);
 };
 DECLARE_UNSMOB (Listener, listener);