diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2006-07-20 04:03:08 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2006-07-20 04:03:08 +0000 |
| commit | c102a87dc4726085fb0f7360a5cf7c575e1fde59 (patch) | |
| tree | e22de7843037e09ed525b3f3051b94cab398c493 /src/document.h | |
| parent | An extension script to recolor markers to match the path stroke color (diff) | |
| download | inkscape-c102a87dc4726085fb0f7360a5cf7c575e1fde59.tar.gz inkscape-c102a87dc4726085fb0f7360a5cf7c575e1fde59.zip | |
marker refactoring work
(bzr r1441)
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 2 |
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 |
