]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / dimension-cache.hh
index 84ea317d5368ce6afb4a02759ac5229c5712989d..581bcff8a99cc5109aa14171b01a34f7f7dabdd3 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--2012 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,9 +32,9 @@ class Dimension_cache
   Grob *parent_;
   void init ();
   void clear ();
-  
+
   friend class Grob;
-  
+
   Dimension_cache (Dimension_cache const &);
   ~Dimension_cache ();
   Dimension_cache ();