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 d2e9d7b..0f82e3f 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -223,12 +223,12 @@ private:
void do_edit(tecoInt id);
void initial(void);
- State *done(const gchar *str);
+ State *got_file(const gchar *filename);
};
class StateSaveFile : public StateExpectFile {
private:
- State *done(const gchar *str);
+ State *got_file(const gchar *filename);
};
namespace States {