Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / event-log.h
index bb17a19a45bd6105626ef96575456544b8693891..9fcd01e1c7a2b9c45e4d688a3dcd99e9bd237e70 100644 (file)
@@ -44,7 +44,7 @@ public:
     typedef Gtk::TreeModel::iterator iterator;
     typedef Gtk::TreeModel::const_iterator const_iterator;
 
-    EventLog(Document* document);
+    EventLog(SPDocument* document);
     virtual ~EventLog();
 
     /**
@@ -115,7 +115,7 @@ public:
 
 private:
     bool _connected;             //< connected with dialog
-    Document *_document;       //< document that is logged
+    SPDocument *_document;       //< document that is logged
 
     const EventModelColumns _columns;