]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontoldinset.h
fix #1073
[lyx.git] / src / mathed / math_fontoldinset.h
index c04f4eba424300afb88623791ea9c746224d8a7d..8d68e3064e497e7fc0b9a213b20bb29ed78bc5af 100644 (file)
@@ -4,12 +4,11 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Old-style font changes
-    \author André Pönitz
+ *  \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 class latexkeys;
@@ -25,9 +24,9 @@ public:
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
-       void metrics(MathMetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi) const;
        ///
-       void draw(MathPainterInfo & pi, int x, int y) const;
+       void draw(PainterInfo & pi, int x, int y) const;
        ///
        void metricsT(TextMetricsInfo const & mi) const;
        ///