]> git.lyx.org Git - features.git/blobdiff - src/mathed/formula.C
STRCONV
[features.git] / src / mathed / formula.C
index 4b8a9eaa76f0adcbea6e4a895ba33fa773a21a5a..440648d582a125b7bb92a9e1d2851617ac9817d0 100644 (file)
@@ -330,5 +330,5 @@ string const InsetFormula::PreviewImpl::latexString() const
        ostringstream ls;
        WriteStream wi(ls, false, false);
        parent().par_->write(wi);
-       return ls.str().c_str();
+       return STRCONV(ls.str());
 }