]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_stringinset.h
index 1a63f7c7721ffac77be71d32187c4ec2c79115b3..a3ff6af078a30ebfe22df08262bd8730bc55bdb2 100644 (file)
@@ -14,6 +14,8 @@
 
 class MathStringInset : public MathInset {
 public:
+       ///
+       MathStringInset();
        ///
        MathStringInset(string const & s, MathTextCodes t = LM_TC_TEXTRM);
        ///
@@ -44,7 +46,7 @@ public:
        ///
        void write(WriteStream & os) const;
 
-private:
+public:
        /// the string
        string str_;
        /// the font to be used on screen