]> git.lyx.org Git - features.git/commitdiff
Const.
authorRichard Heck <rgheck@comcast.net>
Mon, 8 Feb 2010 13:24:30 +0000 (13:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 8 Feb 2010 13:24:30 +0000 (13:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33364 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiERT.cpp

index aa8ee5fc7f6b652dc94fed6d372a3278a002d665..bc65101b6a892e4007d226b275da49bff6bb7a0e 100644 (file)
@@ -47,7 +47,7 @@ void GuiERT::enableView(bool enable)
 
 docstring GuiERT::dialogToParams() const
 {
-       InsetCollapsable::CollapseStatus status = openRB->isChecked()
+       InsetCollapsable::CollapseStatus const status = openRB->isChecked()
                ? InsetCollapsable::Open : InsetCollapsable::Collapsed;
        return from_ascii(InsetERT::params2string(status));
 }