diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 02:12:36 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-13 02:12:36 +0100 |
commit | dba9cbb38fd014bdddf1aed6905ec04faeb1dcf3 (patch) | |
tree | 795040a44ec00fddb7b1a62f55cf7a4311acd56f /qbuffers.h | |
parent | 2365774fd5e1cfa62c88efc5837e3e92a58c9166 (diff) | |
download | sciteco-dba9cbb38fd014bdddf1aed6905ec04faeb1dcf3.tar.gz |
fixed undoing of setting Q-Register string
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ public: } void set_string(const gchar *str); + void undo_set_string(void); gchar *get_string(void); inline void |