mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
fix warning and reindent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
09399b45f7
commit
a47deb4897
@ -91,14 +91,14 @@ InsetCollapsable::InsetCollapsable(Buffer const & buf)
|
|||||||
|
|
||||||
InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs)
|
InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs)
|
||||||
: InsetText(rhs),
|
: InsetText(rhs),
|
||||||
layout_(rhs.layout_),
|
status_(rhs.status_),
|
||||||
labelstring_(rhs.labelstring_),
|
layout_(rhs.layout_),
|
||||||
button_dim(rhs.button_dim),
|
labelstring_(rhs.labelstring_),
|
||||||
status_(rhs.status_),
|
button_dim(rhs.button_dim),
|
||||||
openinlined_(rhs.openinlined_),
|
openinlined_(rhs.openinlined_),
|
||||||
autoOpen_(rhs.autoOpen_),
|
autoOpen_(rhs.autoOpen_),
|
||||||
// the sole purpose of this copy constructor
|
// the sole purpose of this copy constructor
|
||||||
mouse_hover_(false)
|
mouse_hover_(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user