From a144ccd92ccd3b3ada07b51b18fafa5d1cacee47 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 30 Nov 2009 22:28:22 +0000 Subject: [PATCH] Forgot this. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32256 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Floating.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {} -- 2.39.5