mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
719a7beb48
commit
ae4535adb3
@ -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_),
|
||||||
|
Loading…
Reference in New Issue
Block a user