diff --git a/headers/Grammar.h b/headers/Grammar.h index c084b71..5e68080 100644 --- a/headers/Grammar.h +++ b/headers/Grammar.h @@ -26,8 +26,8 @@ class Grammar { std::vector getCompiledBytes() const; private: - const GrammarType type; - const std::string content; + GrammarType type; + std::string content; std::vector compiledBytes; };