diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -128,6 +128,10 @@ private: class StateGotoCmd : public StateExpectString { private: State *done(const gchar *str); + +protected: + /* in cmdline.cpp */ + void process_edit_cmd(gchar key); }; namespace States { |