From bc776cf2ee8744fb0b49cb3ef9f53e835515624b Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Fri, 3 Nov 2017 02:17:35 +0100 Subject: Rename wrong named function --- src/verbs.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/verbs.cpp') diff --git a/src/verbs.cpp b/src/verbs.cpp index 27fc29dd4..d0975af16 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1597,8 +1597,7 @@ void ObjectVerb::perform( SPAction *action, void *data) break; case SP_VERB_OBJECT_SET_INVERSE_MASK: sel->setMask(false, false); - using Inkscape::LivePathEffect; - sp_inverse_powermask(sp_action_get_selection(action)); + Inkscape::LivePathEffect::sp_inverse_powermask(sp_action_get_selection(action)); break; case SP_VERB_OBJECT_EDIT_MASK: sel->editMask(false); @@ -1611,8 +1610,7 @@ void ObjectVerb::perform( SPAction *action, void *data) break; case SP_VERB_OBJECT_SET_INVERSE_CLIPPATH: sel->setMask(true, false); - using Inkscape::LivePathEffect; - sp_inverse_powerclip(sp_action_get_selection(action)); + Inkscape::LivePathEffect::sp_inverse_powerclip(sp_action_get_selection(action)); break; case SP_VERB_OBJECT_CREATE_CLIP_GROUP: sel->setClipGroup(); -- cgit v1.2.3