aboutsummaryrefslogtreecommitdiff
path: root/include/cru/parse/ParsingContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/parse/ParsingContext.hpp')
-rw-r--r--include/cru/parse/ParsingContext.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/parse/ParsingContext.hpp b/include/cru/parse/ParsingContext.hpp
index ebb7115a..cfb850b9 100644
--- a/include/cru/parse/ParsingContext.hpp
+++ b/include/cru/parse/ParsingContext.hpp
@@ -5,7 +5,7 @@
namespace cru::parse {
// A parsing context contains all info that a program needs to know when parsing
// a input sequence of terminals.
-class ParsingContext {
+class CRU_PARSE_API ParsingContext {
public:
ParsingContext(const ParsingAlgorithmContext* parsing_algorithm_context,
std::vector<Terminal*> input);