]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key.hh
* lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
[lilypond.git] / lily / include / object-key.hh
index c64fcc9deb488a6fabd64486387eb29c267f3799..400ee4c12ade9301fca1ab867c445797a5737742 100644 (file)
@@ -28,6 +28,7 @@ protected:
   virtual void derived_mark () const;
   virtual int get_type () const;
   virtual int do_compare (Object_key const * other) const;
+
 public:
   int compare (Object_key const *other) const;
 };
@@ -45,10 +46,12 @@ class Copied_key : public Object_key
 private:
   Object_key const * original_;
   int copy_count_;
+
 protected:
   virtual void derived_mark () const;
   virtual int get_type () const;
   virtual int do_compare (Object_key const * other) const;
+
 public:
   Copied_key (Object_key const*, int); 
 };