X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroArgument.cpp;h=eb3d86a86d2412d293302f055d95a6e7482ae0b0;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=d1735f1544b834405e691d51e966b9ff6502dd41;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/MathMacroArgument.cpp b/src/mathed/MathMacroArgument.cpp index d1735f1544..eb3d86a86d 100644 --- a/src/mathed/MathMacroArgument.cpp +++ b/src/mathed/MathMacroArgument.cpp @@ -32,7 +32,7 @@ MathMacroArgument::MathMacroArgument(size_t n) lyxerr << "MathMacroArgument::MathMacroArgument: wrong Argument id: " << n << endl; } - // The profiler tells us not to use + // The profiler tells us not to use // str_ = '#' + convert(n); // so we do the conversion of n to ASCII manually. // This works because 1 <= n <= 9.