]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stringinset.h
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_stringinset.h
index 85c97fc5818948aff3f16b9d8ee798a6d200fce2..a3ff6af078a30ebfe22df08262bd8730bc55bdb2 100644 (file)
@@ -15,7 +15,9 @@
 class MathStringInset : public MathInset {
 public:
        ///
-       MathStringInset(string const & s, MathTextCodes t);
+       MathStringInset();
+       ///
+       MathStringInset(string const & s, MathTextCodes t = LM_TC_TEXTRM);
        ///
        MathInset * clone() const;
        ///
@@ -44,7 +46,7 @@ public:
        ///
        void write(WriteStream & os) const;
 
-private:
+public:
        /// the string
        string str_;
        /// the font to be used on screen