X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fverbs.h;h=c3b88918b7bac4311e2639d6523f00d557b4edc9;hb=74f1612ac2d85451b747c6dca57cdc3ff5b560db;hp=51bf0e34b4b5a02ff4d7c7c1f4c982ec963ad1d3;hpb=b45b3ca12c271745b18a142d10a6ac8efd9f79cc;p=inkscape.git diff --git a/src/verbs.h b/src/verbs.h index 51bf0e34b..c3b88918b 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -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: