]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetFormulaMacro.cpp
thrid attempt at changing the naming pattern of the intermediated 'mocced' files
[features.git] / src / mathed / InsetFormulaMacro.cpp
index b38f2619ccdd5ab93b2d4b8a6c0bb3b131cde8f5..14c7696fb4c1d429ce929f7195dcffce78ac6474 100644 (file)
@@ -36,7 +36,7 @@ namespace lyx {
 
 
 InsetFormulaMacro::InsetFormulaMacro()
-       : InsetMathNest(2), name_("unknownA")
+       : InsetMathNest(2), name_(from_ascii("unknownA"))
 {}