From: Abdelrazak Younes Date: Sat, 15 Nov 2008 13:52:15 +0000 (+0000) Subject: gcc warning fix X-Git-Tag: 2.0.0~7779 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b879aa5adeb271490d2321e1c533d8dc62ca39c0;p=features.git gcc warning fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27448 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;