]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_sizeinset.h
fix for recent 'column shift' bug
[features.git] / src / mathed / math_sizeinset.h
index 15f2b1d031fca6c4a39dc64c4f8123249e7f74f6..c72ce5e64e1f88124fce95bb8132d0278c38c9ad 100644 (file)
 #endif
 
 /** An inset for \scriptsize etc
-    \author André Poenitz
+    \author André Pönitz
 */
 
+class latexkeys;
+
 class MathSizeInset : public MathNestInset {
 public:
        ///
-       explicit MathSizeInset(MathStyles st);
+       explicit MathSizeInset(latexkeys const * l);
        ///
        MathInset * clone() const;
        ///
@@ -29,10 +31,8 @@ public:
        void writeNormal(std::ostream &) const;
 
 private:
-       ///
-       char const * name() const;
        /// 
-       MathStyles style_;
+       latexkeys const * key_;
 };
 
 #endif