]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / dimension-cache.hh
index 84ea317d5368ce6afb4a02759ac5229c5712989d..24f2615b388a36de4fd2634d633b425a67b1fbfe 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -32,10 +32,11 @@ class Dimension_cache
   Grob *parent_;
   void init ();
   void clear ();
-  
+
   friend class Grob;
-  
+
   Dimension_cache (Dimension_cache const &);
+  Dimension_cache & operator = (Dimension_cache const &d);
   ~Dimension_cache ();
   Dimension_cache ();
 };