]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontoldinset.h
fix #1073
[lyx.git] / src / mathed / math_fontoldinset.h
index 8beac3c374819ad658d8f4f534a758d5839e2323..8d68e3064e497e7fc0b9a213b20bb29ed78bc5af 100644 (file)
@@ -4,9 +4,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** Old-style font changes
  *  \author André Pönitz
@@ -27,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;
        ///