]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.h
fix macro, small cleanup
[features.git] / src / mathed / math_matrixinset.h
index 78603f1f8c5acc41286f0d0e96cf2d927f18f0ea..fd9e55262a08ce78041bf59b7a02e345805d9a94 100644 (file)
@@ -6,6 +6,10 @@
 
 #include "math_parinset.h"
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 /** Multiline math paragraph base class.
     This is the base to all multiline editable math objects
     like array and eqnarray.
@@ -20,9 +24,9 @@ public:
        explicit
        MathMatrixInset(MathMatrixInset *);
        ///
-       MathedInset * Clone();
+       ~MathMatrixInset();
        ///
-       virtual ~MathMatrixInset();
+       MathedInset * Clone();
        ///
        void draw(Painter &, int, int);
        ///