]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_stringinset.h
*duck*
[features.git] / src / mathed / math_stringinset.h
index 54021486bbf3c63009ab6c9eea32e94e4d809302..e627bea1d95396a2814ec56b6a8483cb1c665db9 100644 (file)
@@ -8,14 +8,13 @@
 #pragma interface
 #endif
 
-/** Some cllection of chars with similar properties
-    \author André Pönitz
+/** Some collection of chars with similar properties
+ *  maily for math-extern
+ *  \author André Pönitz
  */
 
 class MathStringInset : public MathDimInset {
 public:
-       ///
-       MathStringInset();
        ///
        explicit MathStringInset(string const & s);
        ///
@@ -40,7 +39,7 @@ public:
        ///
        void write(WriteStream & os) const;
 
-public:
+private:
        /// the string
        string str_;
 };