]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diffinset.h
Fix.
[lyx.git] / src / mathed / math_diffinset.h
index 707c710a0f26573f4916c53007734ae976635343..651a60d67b173099271f22f6c5910d5a904e9888 100644 (file)
@@ -2,9 +2,6 @@
 #ifndef MATH_DIFFINSET_H
 #define MATH_DIFFINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 // d f(x)/dx in one block
 // for interfacing external programs
@@ -27,9 +24,9 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
-       void mathematicize(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///