aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'goto.h')
-rw-r--r--goto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/goto.h b/goto.h
index 87324d8..64ae31b 100644
--- a/goto.h
+++ b/goto.h
@@ -7,6 +7,9 @@
#include "parser.h"
class StateLabel : public State {
+public:
+ StateLabel();
+
private:
State *custom(gchar chr);
};