]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key.hh
* scm/layout-page-layout.scm (write-page-breaks): record tweaks
[lilypond.git] / lily / include / object-key.hh
index 8cd5803d30b2114f622376454248d86a32b22c3c..f61862599baab3e6626389b12ad3d95b46d31d51 100644 (file)
@@ -27,8 +27,8 @@ protected:
   virtual void derived_mark () const;
   virtual int get_type () const;
   virtual int do_compare (Object_key const *other) const;
-  virtual SCM as_scheme () const;
 public:
+  virtual SCM as_scheme () const;
   static Object_key *from_scheme (SCM);
   static Object_key *undump (SCM);
   int compare (Object_key const *other) const;