summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorAbhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom>2010-07-20 10:44:23 +0000
committerAbhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom>2010-07-20 10:44:23 +0000
commit88fc01afa8ea80d5105961d9103cc8f33582e7fb (patch)
tree92fe8202ab6ac05b62eaca4a659a3bea23cff0ab /src/selection-chemistry.cpp
parentI didn't see it but there was an important file missing namely document-undo.h (diff)
downloadinkscape-88fc01afa8ea80d5105961d9103cc8f33582e7fb.tar.gz
inkscape-88fc01afa8ea80d5105961d9103cc8f33582e7fb.zip
More on c++ification and some XML privatisation
(bzr r9546.1.10)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 8b4db3e25..7c93c5f07 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2970,7 +2970,7 @@ sp_selection_set_mask(SPDesktop *desktop, bool apply_clip_path, bool apply_to_la
gchar const *mask_id = NULL;
if (apply_clip_path) {
- mask_id = sp_clippath_create(mask_items_dup, doc, &maskTransform);
+ mask_id = SPClipPath::create(mask_items_dup, doc, &maskTransform);
} else {
mask_id = sp_mask_create(mask_items_dup, doc, &maskTransform);
}