]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / box.hh
index b6f933af9b27768a32613ee1d82e809ec2f79232..baa4ce0b7645791bd993f0a3b204d3f0a9c8f8e1 100644 (file)
@@ -12,7 +12,7 @@
 class Box
 {
   Interval interval_a_[NO_AXES];
-  DECLARE_SIMPLE_SMOBS (Box,);
+  DECLARE_SIMPLE_SMOBS (Box);
 public:
   Interval &x () {return interval_a_[X_AXIS]; }
   Interval &y (){ return interval_a_[Y_AXIS]; }