diff options
Diffstat (limited to 'src/core/parser/stack/Handler.hpp')
-rw-r--r-- | src/core/parser/stack/Handler.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/parser/stack/Handler.hpp b/src/core/parser/stack/Handler.hpp index 1149ed2..d85848a 100644 --- a/src/core/parser/stack/Handler.hpp +++ b/src/core/parser/stack/Handler.hpp @@ -166,10 +166,8 @@ protected: * * @param tokens is a list of TokenSyntaxDescriptor instances that should be * stored on the stack. - * @param inherit if true, the last tokens on the stack are extended and not - * overriden. */ - void pushTokens(const std::vector<SyntaxDescriptor> &tokens, bool inherit); + void pushTokens(const std::vector<SyntaxDescriptor> &tokens); /** * Calls the corresponding function in the HandlerCallbacks instance. |