Code

back out Diederik's patch, problems with 32-bit systems
[inkscape.git] / src / verbs.h
index 51bf0e34b4b5a02ff4d7c7c1f4c982ec963ad1d3..c3b88918b7bac4311e2639d6523f00d557b4edc9 100644 (file)
@@ -437,8 +437,8 @@ public:
     static void delete_all_view (Inkscape::UI::View::View * view);
     void delete_view (Inkscape::UI::View::View * view);
 
-    void sensitive (Document * in_doc = NULL, bool in_sensitive = true);
-    void name (Document * in_doc = NULL, Glib::ustring in_name = "");
+    void sensitive (SPDocument * in_doc = NULL, bool in_sensitive = true);
+    void name (SPDocument * in_doc = NULL, Glib::ustring in_name = "");
 
 // Yes, multiple public, protected and private sections are bad. We'll clean that up later
 protected: