]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-def.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / text-def.hh
index 50bb98105c88567b26af165e4a1073437556217a..bd59e417891e456200146d29b683a54ff43db0dc 100644 (file)
@@ -9,14 +9,13 @@
 
 #include "string.hh"
 #include "proto.hh"
+#include "input.hh"
 
-struct Text_def  {
+struct Text_def : Input {
     int align_i_;
     String text_str_;
     String style_str_;
-    char const* defined_ch_C_;
-  
-
+    
     /* *************** */
     virtual ~Text_def() {};
     bool compare(const Text_def&);