summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h
index e621bdb60..18820f78e 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -162,7 +162,7 @@ public:
SPDesktop const *getDesktop() const {return _desktop;}
SPNamedView const *getNamedView() const {return _named_view;}
- SPDocument *getDocument() const;
+ Document *getDocument() const;
SPGuide const *getGuideToIgnore() const {return _guide_to_ignore;}
bool getSnapIndicator() const {return _snapindicator;}