From: Richard Heck Date: Mon, 30 Nov 2009 22:28:22 +0000 (+0000) Subject: Forgot this. X-Git-Tag: 2.0.0~4977 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a144ccd92ccd3b3ada07b51b18fafa5d1cacee47;p=features.git Forgot this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32256 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Floating.cpp b/src/Floating.cpp index d4e21dd078..f0a4d93ffc 100644 --- a/src/Floating.cpp +++ b/src/Floating.cpp @@ -31,8 +31,8 @@ Floating::Floating(string const & type, string const & placement, string const & htmlClass, string const & htmlStyle, bool builtin) : type_(type), placement_(placement), ext_(ext), within_(within), - style_(style), name_(name), listName_(listName), htmlTag_(htmlTag), - htmlClass_(htmlClass), htmlStyle_(htmlStyle), builtin_(builtin) + style_(style), name_(name), listName_(listName), html_tag_(htmlTag), + html_class_(htmlClass), html_style_(htmlStyle), builtin_(builtin) {}