gcc warning fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-11-15 13:52:15 +00:00
parent 72e15d95c8
commit b879aa5ade

View File

@ -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;