From 9a2c4ca30ed332442428594438848b9de2e589a9 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 4 Oct 2013 23:18:20 +0200 Subject: C++ (bzr r12659) --- src/sp-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-path.cpp') diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 5c347e485..bd923d058 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -76,7 +76,7 @@ gchar* SPPath::description() { if (hasPathEffect()) { Glib::ustring s; - PathEffectList effect_list = sp_lpe_item_get_effect_list(this); + PathEffectList effect_list = this->getEffectList(); for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it) { -- cgit v1.2.3