]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_symbolinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_symbolinset.h
index 0c99bbaad293691cd11342da98093165deed200f..8f59fbcfe2f66b3194c445f21a251aa07a2dab08 100644 (file)
@@ -2,6 +2,10 @@
 #ifndef MATH_SYMBOLINSET_H
 #define MATH_SYMBOLINSET_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "math_diminset.h"
 
 struct latexkeys;
@@ -43,6 +47,8 @@ public:
        ///
        void maplize(MapleStream &) const;
        ///
+       void maximize(MaximaStream &) const;
+       ///
        void mathematicize(MathematicaStream &) const;
        ///
        void mathmlize(MathMLStream &) const;