diff options
Diffstat (limited to 'src/goto.h')
-rw-r--r-- | src/goto.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -94,6 +94,12 @@ public: RBTreeString::clear(); } + inline gchar * + auto_complete(const gchar *name, gchar completed = ',') + { + return RBTreeString::auto_complete(name, completed); + } + #ifdef DEBUG void dump(void); #endif |