From 974c9ae069131543630defa031d4d6a30a76e835 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 30 Jan 2010 18:11:51 +0000 Subject: [PATCH] Fix r33279. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33282 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 061060a8c3..6b1416e341 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -297,7 +297,7 @@ private: /// void initToolbars(); /// - void lfunUiToggle(FuncRequest const & cmd); + bool lfunUiToggle(std::string const & ui_component); /// void toggleFullScreen(); /// -- 2.39.5