aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.h')
-rw-r--r--src/goto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/goto.h b/src/goto.h
index c95c993..b5d3a7f 100644
--- a/src/goto.h
+++ b/src/goto.h
@@ -108,12 +108,12 @@ public:
StateLabel();
private:
- State *custom(gchar chr) throw (Error);
+ State *custom(gchar chr);
};
class StateGotoCmd : public StateExpectString {
private:
- State *done(const gchar *str) throw (Error);
+ State *done(const gchar *str);
};
namespace States {