Fix initialization warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2007-11-17 22:55:30 +00:00
parent 719a7beb48
commit ae4535adb3

View File

@ -88,9 +88,9 @@ InsetCollapsable::InsetCollapsable(BufferParams const & bp,
InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs) InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs)
: InsetText(rhs), : InsetText(rhs),
button_dim(rhs.button_dim),
layout_(rhs.layout_), layout_(rhs.layout_),
labelstring_(rhs.labelstring_), labelstring_(rhs.labelstring_),
button_dim(rhs.button_dim),
status_(rhs.status_), status_(rhs.status_),
openinlined_(rhs.openinlined_), openinlined_(rhs.openinlined_),
autoOpen_(rhs.autoOpen_), autoOpen_(rhs.autoOpen_),