]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
improve freetype error reporting.
[lilypond.git] / lily / include / system.hh
index a4b5d276bfdaec8b5f32711fa0aebe2c050a4def..48e6875dfb43e4aaa2d1984602a5658a7f928dfc 100644 (file)
@@ -33,8 +33,8 @@ public:
   SCM get_paper_system ();
   SCM get_paper_systems ();
 
-  System (SCM, Object_key const *);
-  System (System const &, int);
+  System (SCM);
+  System (System const &);
 
   int element_count () const;
   int spanner_count () const;
@@ -52,7 +52,7 @@ public:
 
 protected:
   virtual void derived_mark () const;
-  virtual Grob *clone (int count) const;
+  virtual Grob *clone () const;
 };
 
 void set_loose_columns (System *which, Column_x_positions const *posns);