]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/object-key.hh
Update.
[lilypond.git] / lily / include / object-key.hh
index d8ebf33eb6eb023f80966688a2602fe7fd1c2461..d6420eb1ba3645acc55d41c503b6b7426d517718 100644 (file)
@@ -66,7 +66,7 @@ DECLARE_UNSMOB (Object_key, key);
 
 struct Object_key_less
 {
-  bool operator() (Object_key const *const &t1, Object_key const *const &t2) const
+  bool operator () (Object_key const *const &t1, Object_key const *const &t2) const
   {
     return t1->compare (t2);
   }