]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-metric.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / font-metric.hh
index 48d16b83168c8f20e3138b8438830863fe13851b..df3be0645c1901841215604538d9bb4ba0114bd5 100644 (file)
@@ -3,18 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef FONT_METRIC_HH
 #define FONT_METRIC_HH
 
 #include "box.hh"
-#include "smobs.hh"
 #include "lily-proto.hh"
+#include "smobs.hh"
+#include "virtual-methods.hh"
 
 class Font_metric
 {
+  DECLARE_CLASSNAME(Font_metric);
+
 public:
   SCM description_;
   String file_name_;
@@ -52,6 +55,7 @@ int get_encoded_index (Font_metric *m, String input_coding, int code);
 
 class Simple_font_metric : public Font_metric
 {
+  DECLARE_CLASSNAME(Simple_font_metric);
 public:
 };