summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index e5567d3b6..ee903449d 100644
--- a/src/document.h
+++ b/src/document.h
@@ -85,6 +85,9 @@ public:
SPDocument();
virtual ~SPDocument();
+ sigc::connection connectDestroy(sigc::signal<void>::slot_type slot);
+
+
unsigned int keepalive : 1;
unsigned int virgin : 1; ///< Has the document never been touched?
unsigned int modified_since_save : 1;