aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/qbuffers.h b/qbuffers.h
index 960534d..2eea797 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -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