]> git.lyx.org Git - features.git/commitdiff
gcc warning fix
authorAbdelrazak Younes <younes@lyx.org>
Sat, 15 Nov 2008 13:52:15 +0000 (13:52 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 15 Nov 2008 13:52:15 +0000 (13:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27448 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.h

index 396247068f25e6fc088a799cd31121c50d19fb0d..b39cec7bdd09b6f2fe39842ab31ebe586e14412f 100644 (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;