diff options
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -275,6 +275,8 @@ public: Buffer *find(const gchar *filename); + bool is_any_dirty(void); + bool edit(const gchar *filename); inline void undo_edit(void) |