aboutsummaryrefslogtreecommitdiff
path: root/include/cru/parse/ParsingAlgorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/parse/ParsingAlgorithm.hpp')
-rw-r--r--include/cru/parse/ParsingAlgorithm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/parse/ParsingAlgorithm.hpp b/include/cru/parse/ParsingAlgorithm.hpp
index acca159e..8f38c0ab 100644
--- a/include/cru/parse/ParsingAlgorithm.hpp
+++ b/include/cru/parse/ParsingAlgorithm.hpp
@@ -7,7 +7,7 @@ class ParsingAlgorithmContext;
// Represents a parsing algorithm.
// It does not relate to any specific grammar.
// It is used to validate a grammar and create a parsing algorithm context.
-class ParsingAlgorithm {
+class CRU_PARSE_API ParsingAlgorithm {
public:
ParsingAlgorithm() = default;