]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_exintinset.h
index 7c3866df1d119c16abc99127955ff7afdff52bd9..34e969e8728ec1019fa999855e594cdfc721e240 100644 (file)
@@ -2,6 +2,10 @@
 #ifndef MATH_EXINTINSET_H
 #define MATH_EXINTINSET_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 // \int_l^u f(x) dx in one block (as opposed to 'f','(','x',')' or 'f','x')
 // or \sum, \prod...  for interfacing external programs
 
@@ -24,6 +28,8 @@ public:
        ///
        void normalize(NormalStream &) const;
        ///
+       void maximize(MaximaStream &) const;
+       ///
        void maplize(MapleStream &) const;
        ///
        void mathematicize(MathematicaStream &) const;