diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |