]> git.lyx.org Git - features.git/commitdiff
* corrected comment
authorStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 21:59:53 +0000 (21:59 +0000)
committerStefan Schimanski <sts@lyx.org>
Fri, 25 Jan 2008 21:59:53 +0000 (21:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22669 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathMacro.h

index b50e944322bab7541fabadff37ca15755790f4a5..276cbdb21f222fda328bce6d05e45f3524e537e8 100644 (file)
@@ -153,7 +153,7 @@ private:
        docstring name_;
        /// current display mode
        DisplayMode displayMode_;
-       /// display mode before change
+       /// expanded macro with ArgumentProxies
        InsetMathSqrt expanded_;
        /// number of arguments that were really attached
        size_t attachedArgsNum_;