Beginning of transition rules

This commit is contained in:
Keith Winstein
2010-12-28 22:42:13 -05:00
parent 52f527891c
commit b38d1280c1
4 changed files with 55 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Parser {
class Action
{
public:
virtual ~Action();
virtual ~Action() {}
};
class Ignore : public Action {};