]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / MathMacroArgument.h
index 360b0e3ef70e52278840a1c7ef4a5f5dd0046ed5..32729a6df78c3b0c568fce9becc34593d45a3599 100644 (file)
@@ -43,7 +43,7 @@ private:
        /// A number between 1 and 9
        std::size_t number_;
        ///
-       char str_[3];
+       docstring str_;
 };