From 82a738b853207f8f2cc93545c2125fdc673fffc0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 24 Mar 2008 19:18:18 +0000 Subject: [PATCH] Fix branch insets. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23931 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetBranch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetBranch.h b/src/insets/InsetBranch.h index 09e9dbc11a..8793602a2e 100644 --- a/src/insets/InsetBranch.h +++ b/src/insets/InsetBranch.h @@ -81,6 +81,8 @@ public: bool isMacroScope() const; /// docstring toolTip(BufferView const & bv, int x, int y) const; + /// + virtual bool useEmptyLayout() const { return false; } protected: /// void doDispatch(Cursor & cur, FuncRequest & cmd); -- 2.39.2