]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_rootinset.h
fix #1073
[lyx.git] / src / mathed / math_rootinset.h
index e117ba19abbbba99376a32c32bf99bfac2666882..d483027fcfcb66f4a7cea34384bb222312306950 100644 (file)
@@ -17,9 +17,6 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 /** The general n-th root inset.
  *  \author Alejandro Aguilar Sierra
@@ -36,9 +33,9 @@ public:
        ///
        bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       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 write(WriteStream & os) const;
@@ -47,7 +44,9 @@ public:
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void maple(MapleStream &) const;
+       ///
+       void octave(OctaveStream &) const;
 };
 
 #endif