]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_fontinset.h
index 18c8e1b4aee138c0d36362e5e7d622abd796a8f5..48791027acd28c7d234e4e36d077bc0ffe9838f4 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Inset for font changes
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class latexkeys;
@@ -20,6 +19,10 @@ public:
        explicit MathFontInset(latexkeys const * key);
        ///
        MathInset * clone() const;
+       ///
+       MathFontInset * asFontInset() { return this; }
+       ///
+       MathFontInset const * asFontInset() const { return this; }
        /// are we in math mode, text mode, or unsure?
        mode_type currentMode() const;
        ///