]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_diminset.C
index 88282f0749cec85962b15918cf46047515cc27ff..6f35928e0660c7b281bed21b1449ad57ede97006 100644 (file)
@@ -1,3 +1,4 @@
+
 #include "math_diminset.h"
 #include "Lsstream.h"
 #include "textpainter.h"
@@ -23,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()));
 */
 }