]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_diminset.C
STRCONV
[features.git] / src / mathed / math_diminset.C
index b851b75db950288c0a86e3c0f4d7770ad519fc8b..2e9e75ef71968ffc25dc8fe158623e62a520174e 100644 (file)
@@ -1,6 +1,5 @@
-
 #ifdef __GNUG__
-#pragma implementation 
+#pragma implementation
 #endif
 
 #include "math_diminset.h"
@@ -28,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()));
 */
 }