Replace Action with Action* so can be polymorphic
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ namespace Parser {
|
||||
bool operator=( const Parser & );
|
||||
~Parser() {}
|
||||
|
||||
std::vector<Action> input( wchar_t c );
|
||||
std::vector<Action *> input( wchar_t c );
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user