]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/textdef.hh
partial: 0.0.38.jcn
[lilypond.git] / hdr / textdef.hh
index 6682221761d63d3cb1f4f7e658e795d06db649ff..da0055281d7e34e183a28df8d7204632ed1c2cdf 100644 (file)
@@ -14,10 +14,12 @@ struct Text_def  {
     int align_i_;
     String text_str_;
     String style_str_;
+    char const* defined_ch_c_l_;
+  
 
-
-    /*****************/
-    
+    /* ****************/
+    virtual ~Text_def() {};
+    bool compare(const Text_def&);
     Text_def();
     virtual void print() const;
     virtual Atom create_atom(Paperdef*) const;