aboutsummaryrefslogtreecommitdiff
path: root/include/cru/parse/Terminal.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-09-10 20:56:46 +0800
committercrupest <crupest@outlook.com>2021-09-10 20:56:46 +0800
commit7ba941d5a55213f763686ef367d72c90ad85ef78 (patch)
treebf92fe1fd5374a2ef6a52dc72c843c7cd616a285 /include/cru/parse/Terminal.hpp
parent819b582849e8f5c40d1dbcac6c0cf26b265d36b0 (diff)
downloadcru-7ba941d5a55213f763686ef367d72c90ad85ef78.tar.gz
cru-7ba941d5a55213f763686ef367d72c90ad85ef78.tar.bz2
cru-7ba941d5a55213f763686ef367d72c90ad85ef78.zip
...
Diffstat (limited to 'include/cru/parse/Terminal.hpp')
-rw-r--r--include/cru/parse/Terminal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/parse/Terminal.hpp b/include/cru/parse/Terminal.hpp
index b42ba1f9..8d4a31b6 100644
--- a/include/cru/parse/Terminal.hpp
+++ b/include/cru/parse/Terminal.hpp
@@ -4,7 +4,7 @@
namespace cru::parse {
class Terminal : public Symbol {
public:
- explicit Terminal(Grammar* grammar, String name);
+ Terminal(Grammar* grammar, String name);
CRU_DELETE_COPY(Terminal)
CRU_DELETE_MOVE(Terminal)