]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulamacro.C
STRCONV
[features.git] / src / mathed / formulamacro.C
index 7c759d3432117aec80b201b0790aca68cec30f99..8bc0531c0b544ece3105c86647c31e6fe82979eb 100644 (file)
@@ -61,7 +61,7 @@ InsetFormulaMacro::InsetFormulaMacro(string const & name, int nargs)
 
 InsetFormulaMacro::InsetFormulaMacro(string const & s)
 {
-       std::istringstream is(s);
+       std::istringstream is(STRCONV(s));
        read(is);
 }