diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -215,7 +215,7 @@ public: * Command states */ -class StateEditFile : public StateExpectString { +class StateEditFile : public StateExpectFile { private: bool allowFilename; @@ -226,7 +226,7 @@ private: State *done(const gchar *str) throw (Error); }; -class StateSaveFile : public StateExpectString { +class StateSaveFile : public StateExpectFile { private: State *done(const gchar *str) throw (Error); }; |