From 76c074f19a62ec10743dbfeed7c017dcc917e86c Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 30 Oct 2008 11:49:18 +0000 Subject: [PATCH] Fix for 5429 from Vincent. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27196 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiErrorList.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/GuiErrorList.h b/src/frontends/qt4/GuiErrorList.h index 2553cdc560..9bb6810201 100644 --- a/src/frontends/qt4/GuiErrorList.h +++ b/src/frontends/qt4/GuiErrorList.h @@ -45,6 +45,8 @@ private: void clearParams() {} /// void dispatchParams() {} + /// + bool canApply() const { return true; } /// goto this error in the parent bv. Returns success. bool goTo(int item); -- 2.39.2