From 01398327dfbc70d2c55d51ca3b8f38c5da7df36a Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 16 Jun 2008 20:39:40 +0000 Subject: [PATCH] Ops git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25285 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 2dd5fd3a7a..372c30786a 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -339,7 +339,7 @@ void InsetMathNest::write(WriteStream & os) const bool textmode = os.textMode(); os.textMode(currentMode() == TEXT_MODE); docstring const latex_name = name().c_str(); - os << '\\' << latex_name.c_str(); + os << '\\' << latex_name; for (size_t i = 0; i < nargs(); ++i) os << '{' << cell(i) << '}'; if (nargs() == 0) -- 2.39.2