Replace Action with Action* so can be polymorphic

This commit is contained in:
Keith Winstein
2011-01-13 00:44:07 -05:00
parent 82ac626320
commit 59f000cdce
7 changed files with 123 additions and 107 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
#include "parseraction.hpp"
template class std::vector<Parser::Action>;
template class std::vector<Parser::Action *>;