]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-properties.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / grob-properties.hh
index 37569442c6394512f768e69b1960e2e687d2742b..7b128353b80bcc734d77c0770de874c35759f680 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2014 David Kastrup <dak@gnu.org>
+  Copyright (C) 2014--2015 David Kastrup <dak@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -47,7 +47,8 @@ public:
   bool check ();
   bool create ();
   SCM updated ();
-  void push (SCM path, SCM value);
+  SCM push (SCM path, SCM value);
+  void matched_pop (SCM);
   void pop (SCM path);
   void pushpop (SCM path, SCM value)
   {