From c409caa8873e25699fc10ae435e8d123685f28f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 22:36:09 +0800 Subject: ... --- include/cru/parse/ParsingContext.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/parse/ParsingContext.hpp') 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 input); -- cgit v1.2.3