diff options
| author | Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> | 2010-07-20 10:44:23 +0000 |
|---|---|---|
| committer | Abhishek Sharma public <spyzerdotabhishek0at-signgmaildotcom> | 2010-07-20 10:44:23 +0000 |
| commit | 88fc01afa8ea80d5105961d9103cc8f33582e7fb (patch) | |
| tree | 92fe8202ab6ac05b62eaca4a659a3bea23cff0ab /src/selection-chemistry.cpp | |
| parent | I didn't see it but there was an important file missing namely document-undo.h (diff) | |
| download | inkscape-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.cpp | 2 |
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); } |
