Replace Action with Action* so can be polymorphic
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@
|
||||
|
||||
#include "parseraction.hpp"
|
||||
|
||||
template class std::vector<Parser::Action>;
|
||||
template class std::vector<Parser::Action *>;
|
||||
|
||||
Reference in New Issue
Block a user