aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'goto.cpp')
-rw-r--r--goto.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/goto.cpp b/goto.cpp
index f183ca1..3785076 100644
--- a/goto.cpp
+++ b/goto.cpp
@@ -160,6 +160,11 @@ public:
static GotoTable table;
+StateLabel::StateLabel() : State()
+{
+ transitions['\0'] = this;
+}
+
State *
StateLabel::custom(gchar chr)
{