diff options
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -106,9 +106,9 @@ public: StateStart(); private: - void move(gint64 n); - void move_lines(gint64 n); - void delete_words(gint64 n); + tecoBool move_chars(gint64 n); + tecoBool move_lines(gint64 n); + tecoBool delete_words(gint64 n); State *custom(gchar chr); }; |