diff options
Diffstat (limited to 'src/ring.h')
-rw-r--r-- | src/ring.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -187,6 +187,11 @@ public: } tecoInt get_id(Buffer *buffer); + inline tecoInt + get_id(void) + { + return get_id(current); + } Buffer *find(const gchar *filename); Buffer *find(tecoInt id); |