summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2006-07-20 04:03:08 +0000
committerbryce <bryce@users.sourceforge.net>2006-07-20 04:03:08 +0000
commitc102a87dc4726085fb0f7360a5cf7c575e1fde59 (patch)
treee22de7843037e09ed525b3f3051b94cab398c493 /src/document.h
parentAn extension script to recolor markers to match the path stroke color (diff)
downloadinkscape-c102a87dc4726085fb0f7360a5cf7c575e1fde59.tar.gz
inkscape-c102a87dc4726085fb0f7360a5cf7c575e1fde59.zip
marker refactoring work
(bzr r1441)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index f7ce73fe8..cf2194a95 100644
--- a/src/document.h
+++ b/src/document.h
@@ -115,6 +115,8 @@ struct SPDocument : public Inkscape::GC::Managed<>,
Inkscape::EventLog& getEventLog() const;
+ bool _updateDocument();
+
private:
SPDocument(SPDocument const &); // no copy
void operator=(SPDocument const &); // no assign