]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_streamstr.C
Fix.
[lyx.git] / src / mathed / math_streamstr.C
index c2c8062b33c671c86df0e08e015ad789c7deff49..9bcd9b1763670b29d49444fa9f980ffe5bddbd02 100644 (file)
@@ -1,8 +1,4 @@
 
-#ifdef __GNUG__
-#pragma implementation 
-#endif
-
 #include <config.h>
 
 #include "math_streamstr.h"
@@ -32,6 +28,13 @@ MapleStream & operator<<(MapleStream & ms, string const & s)
 }
 
 
+MaximaStream & operator<<(MaximaStream & ms, string const & s)
+{
+       ms.os() << s;
+       return ms;
+}
+
+
 MathematicaStream & operator<<(MathematicaStream & ms, string const & s)
 {
        ms.os() << s;