From 4f857ae84089672e9c7378d327e54889f64c62fb Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 4 Oct 2013 23:57:28 +0200 Subject: C++ (bzr r12660) --- src/pen-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pen-context.cpp') diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 916fb7cdb..d67bc5e57 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -132,7 +132,7 @@ SPPenContext::~SPPenContext() { if (this->expecting_clicks_for_LPE > 0) { // we received too few clicks to sanely set the parameter path so we remove the LPE from the item - sp_lpe_item_remove_current_path_effect(this->waiting_item, false); + this->waiting_item->removeCurrentPathEffect(false); } } -- cgit v1.2.3