From eca0637e51b9bb13988f349e330b9a472204998f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 13 Aug 2007 20:12:52 +0000 Subject: [PATCH] compilation warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19523 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetCollapsable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetCollapsable.cpp b/src/insets/InsetCollapsable.cpp index a9f4de4d76..615175ea68 100644 --- a/src/insets/InsetCollapsable.cpp +++ b/src/insets/InsetCollapsable.cpp @@ -63,11 +63,11 @@ InsetCollapsable::InsetCollapsable InsetCollapsable::InsetCollapsable(InsetCollapsable const & rhs) : InsetText(rhs), - layout_(rhs.layout_), button_dim(rhs.button_dim), topx(rhs.topx), topbaseline(rhs.topbaseline), label(rhs.label), + layout_(rhs.layout_), status_(rhs.status_), openinlined_(rhs.openinlined_), autoOpen_(rhs.autoOpen_), -- 2.39.2