]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / object-key.hh
index 8cd5803d30b2114f622376454248d86a32b22c3c..c163d4c0e9a09ebfda25c5ab55ee4d1054692841 100644 (file)
 */
 class Object_key
 {
-  DECLARE_SMOBS (Object_key,);
+  DECLARE_SMOBS (Object_key);
 
 protected:
   Object_key ();
   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;