]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / MathMacroArgument.h
index bb5b058f67c3f0ec65624300dc8ae83ffaa32fa3..32729a6df78c3b0c568fce9becc34593d45a3599 100644 (file)
@@ -16,6 +16,9 @@
 #include "InsetMathDim.h"
 
 
+namespace lyx {
+
+
 /// A macro argument.
 class MathMacroArgument : public InsetMathDim {
 public:
@@ -40,7 +43,10 @@ private:
        /// A number between 1 and 9
        std::size_t number_;
        ///
-       char str_[3];
+       docstring str_;
 };
 
+
+} // namespace lyx
+
 #endif