From c409caa8873e25699fc10ae435e8d123685f28f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 12 Jan 2022 22:36:09 +0800 Subject: ... --- include/cru/parse/Terminal.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/parse/Terminal.hpp') diff --git a/include/cru/parse/Terminal.hpp b/include/cru/parse/Terminal.hpp index 8d4a31b6..4ff8f898 100644 --- a/include/cru/parse/Terminal.hpp +++ b/include/cru/parse/Terminal.hpp @@ -2,7 +2,7 @@ #include "Symbol.hpp" namespace cru::parse { -class Terminal : public Symbol { +class CRU_PARSE_API Terminal : public Symbol { public: Terminal(Grammar* grammar, String name); -- cgit v1.2.3