]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
Fix.
[lyx.git] / src / mathed / math_sizeinset.h
index c2b1c2235017b2460f75153c931cd6046ff80893..5f812dbdba643cc796a95da4e1eddb28a0ec60c1 100644 (file)
@@ -3,13 +3,13 @@
 #define MATHSIZEINSET_H
 
 #include "math_nestinset.h"
+#include "math_metricsinfo.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** An inset for \scriptsize etc
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
 */
 
 class latexkeys;
@@ -37,6 +37,8 @@ public:
 private:
        ///
        latexkeys const * key_;
+       ///
+       MathStyles const style_;
 };
 
 #endif