summaryrefslogtreecommitdiff
path: root/src/core/parser/stack/Callbacks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser/stack/Callbacks.hpp')
-rw-r--r--src/core/parser/stack/Callbacks.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/parser/stack/Callbacks.hpp b/src/core/parser/stack/Callbacks.hpp
index d7b2547..e471881 100644
--- a/src/core/parser/stack/Callbacks.hpp
+++ b/src/core/parser/stack/Callbacks.hpp
@@ -34,6 +34,7 @@
#include <core/common/Whitespace.hpp>
#include <core/common/Token.hpp>
+#include <core/model/Syntax.hpp>
namespace ousia {
@@ -96,7 +97,7 @@ public:
* @param tokens is a list of TokenSyntaxDescriptor instances that should be
* stored on the stack.
*/
- void pushTokens(const std::vector<TokenSyntaxDescriptor> &tokens);
+ void pushTokens(const std::vector<SyntaxDescriptor> &tokens);
/**
* Removes the previously pushed list of tokens from the stack.