Code

Fix bug #552289 - Ungrouping objects changes position of arrow lines. This was due...
[inkscape.git] / src / vanishing-point.h
index 31131540480bf0f9722b6128d260ceb09cac7826..9fcb6bb46d6440a0e35bf8b67311add2df68d78f 100644 (file)
@@ -158,14 +158,14 @@ public:
 
 struct VPDrag {
 public:
-    VPDrag(Document *document);
+    VPDrag(SPDocument *document);
     ~VPDrag();
 
     VPDragger *getDraggerFor (VanishingPoint const &vp);
 
     bool dragging;
 
-    Document *document;
+    SPDocument *document;
     GList *draggers;
     GSList *lines;