summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorjohnce <johnce@users.sourceforge.net>2009-08-05 19:46:20 +0000
committerjohnce <johnce@users.sourceforge.net>2009-08-05 19:46:20 +0000
commit2553d36fec571b5a5da41ba08fe0f2740be4e451 (patch)
tree5d5497801f05fa409e4655253258f8a8e9e16b75 /src/verbs.h
parent* [INTL: zh_TW] Traditional Chinese translation update (diff)
downloadinkscape-2553d36fec571b5a5da41ba08fe0f2740be4e451.tar.gz
inkscape-2553d36fec571b5a5da41ba08fe0f2740be4e451.zip
Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)
(bzr r8420)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 51bf0e34b..de9eae68a 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 (Inkscape::XML::DocumentTree * in_doc = NULL, bool in_sensitive = true);
+ void name (Inkscape::XML::DocumentTree * in_doc = NULL, Glib::ustring in_name = "");
// Yes, multiple public, protected and private sections are bad. We'll clean that up later
protected: