aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ring.h b/src/ring.h
index ab92b25..3f13d6a 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -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);
};