diff options
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -164,7 +164,6 @@ public: gint savepoint_id; - /* set by Interfaces using Scintilla notifications */ bool dirty; private: @@ -280,6 +279,7 @@ public: Buffer *find(const gchar *filename); + void dirtify(void); bool is_any_dirty(void); bool edit(const gchar *filename); @@ -372,6 +372,4 @@ namespace States { extern StateCopyToQReg copytoqreg; } -extern bool dirty_check_enabled; - #endif |