]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
fix #1073
[lyx.git] / src / mathed / math_diminset.C
index b851b75db950288c0a86e3c0f4d7770ad519fc8b..6f35928e0660c7b281bed21b1449ad57ede97006 100644 (file)
@@ -1,8 +1,4 @@
 
-#ifdef __GNUG__
-#pragma implementation 
-#endif
-
 #include "math_diminset.h"
 #include "Lsstream.h"
 #include "textpainter.h"
@@ -28,6 +24,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()));
 */
 }