Code

SPDocument->Document
[inkscape.git] / src / snap.h
index e621bdb605334cb1b1e0fa4619368d2c09ca69f4..18820f78e852e66b2d60d1f1a86d1f65ebcc22a0 100644 (file)
@@ -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;}