]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-text.cc
nit
[lilypond.git] / lily / system-start-text.cc
index a0a90b06c3fb0b52809cfeb3b6ab580380a351f7..494ab149b883f8f024df6d37ca685dca8e171dbf 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2006--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -19,7 +19,7 @@ class System_start_text
 {
 public:
   static Stencil get_stencil (Grob *);
-  DECLARE_GROB_INTERFACE();
+  DECLARE_GROB_INTERFACE ();
 
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
@@ -47,7 +47,7 @@ System_start_text::get_stencil (Grob *me_grob)
        p->align_to (Y_AXIS, robust_scm2double (align_y, 0.0));
       return *p;
     }
-  return Stencil();
+  return Stencil ();
 }