Fix branch insets.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23931 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-03-24 19:18:18 +00:00
parent 7d57b49746
commit 82a738b853

View File

@ -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);