On Tue, Nov 14, 2006 at 08:15:39AM -0000, [EMAIL PROTECTED] wrote:
>
> @@ -33,10 +34,7 @@
> lyxerr << "MathMacroArgument::MathMacroArgument: wrong Argument
> id: "
> << n << endl;
> }
> - str_.resize(3);
> - str_[0] = '#';
> - str_[1] = static_cast<char_type>('0' + n);
> - str_[2] = '\0';
> + str_ = '#' + convert<docstring>(n);
> }I don't understand the difference. Andre'
