From b879aa5adeb271490d2321e1c533d8dc62ca39c0 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 15 Nov 2008 13:52:15 +0000 Subject: [PATCH] gcc warning fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27448 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.h b/src/LyXAction.h index 396247068f..b39cec7bdd 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -83,7 +83,7 @@ public: /// Return the name (and argument) associated with the given (pseudo) action std::string const getActionName(FuncCode action) const; - func_type const getActionType(FuncCode action) const; + func_type getActionType(FuncCode action) const; /// True if the command has `flag' set bool funcHasFlag(FuncCode action, func_attrib flag) const; -- 2.39.2