Action names

This commit is contained in:
Keith Winstein
2011-01-10 00:24:25 -05:00
parent d8ac8c15c2
commit 2ce73ca1d5
5 changed files with 70 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace Parser {
virtual ~State() {};
State( const State & );
bool operator=( const State & );
State & operator=( const State & );
};
class Ground : public State {