diff options
Diffstat (limited to 'goto.cpp')
-rw-r--r-- | goto.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -160,6 +160,11 @@ public: static GotoTable table; +StateLabel::StateLabel() : State() +{ + transitions['\0'] = this; +} + State * StateLabel::custom(gchar chr) { |