]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
Fix reading of math macros
[lyx.git] / src / mathed / math_diminset.C
index 88282f0749cec85962b15918cf46047515cc27ff..2e9e75ef71968ffc25dc8fe158623e62a520174e 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "math_diminset.h"
 #include "Lsstream.h"
 #include "textpainter.h"
@@ -23,6 +27,6 @@ void MathDimInset::drawT(TextPainter &, int, int) const
 /*
        std::ostringstream os;
        os << MathAtom(this);
-       pain.draw(x, y, os.str().c_str());
+       pain.draw(x, y, STRCONV(os.str()));
 */
 }