]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key.hh
* lily/include/midi-item.hh (class Midi_track): idem.
[lilypond.git] / lily / include / object-key.hh
index d6420eb1ba3645acc55d41c503b6b7426d517718..f61862599baab3e6626389b12ad3d95b46d31d51 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef OBJECT_KEY_HH
@@ -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;