From 52b5a2c5e112db479fbbae26d9b96d75e6248600 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 5 Feb 2007 17:39:42 +0000 Subject: [PATCH] Fix bug 3192 and 3193 http://bugzilla.lyx.org/show_bug.cgi?id=3192 http://bugzilla.lyx.org/show_bug.cgi?id=3193 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17059 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/insetfloat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/insetfloat.h b/src/insets/insetfloat.h index 7992d44d6c..f05bd4ee1e 100644 --- a/src/insets/insetfloat.h +++ b/src/insets/insetfloat.h @@ -57,6 +57,8 @@ public: /// InsetBase::Code lyxCode() const { return InsetBase::FLOAT_CODE; } /// + virtual bool wide() const { return false; } + /// int latex(Buffer const &, odocstream &, OutputParams const &) const; /// -- 2.39.2