]> git.lyx.org Git - lyx.git/commitdiff
Forgot this.
authorRichard Heck <rgheck@comcast.net>
Wed, 2 Feb 2011 22:34:23 +0000 (22:34 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 2 Feb 2011 22:34:23 +0000 (22:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37433 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextClass.cpp

index 1d1b3f6aaf042d3cb89b71701d7bdcc81048a959..3f3fe36d1d4b821e56bb355cc22554e0b4146232 100644 (file)
@@ -979,6 +979,7 @@ bool TextClass::readFloat(Lexer & lexrc)
                                name = fl.name();
                                listname = fl.listName();
                                usesfloat = fl.usesFloatPkg();
+                               ispredefined = fl.isPredefined();
                                listcommand = fl.listCommand();
                                refprefix = fl.refPrefix();
                        }