]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_streamstr.C
Fix reading of math macros
[lyx.git] / src / mathed / math_streamstr.C
index c2c8062b33c671c86df0e08e015ad789c7deff49..46e85dea73dd482c2e19d2ace9d369d40263b96f 100644 (file)
@@ -1,6 +1,5 @@
-
 #ifdef __GNUG__
-#pragma implementation 
+#pragma implementation
 #endif
 
 #include <config.h>
@@ -32,6 +31,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;