mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
72e15d95c8
commit
b879aa5ade
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user