]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_macro.h
index f32f30896bf082cb2030267c84e7c36a30db2291..ac9f3c497c6d1aa1675d112c7041a4f9db481cdd 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef MATH_MACRO_H
 #define MATH_MACRO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_nestinset.h"
 #include "math_metricsinfo.h"
@@ -65,11 +62,15 @@ public:
        bool match(MathAtom const &) const { return false; }
 
        ///
-       void maplize(MapleStream &) const;
+       void maple(MapleStream &) const;
        ///
        void mathmlize(MathMLStream &) const;
        ///
-       void octavize(OctaveStream &) const;
+       void octave(OctaveStream &) const;
+       ///
+       void infoize(std::ostream &) const;
+       ///
+       void infoize2(std::ostream &) const;
 
 private:
        ///