From d97dcb5d03fa3e063c597788fa7f2c766ae5916e Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 17 Jan 2012 23:30:48 +0100 Subject: add underscores to some member variables. add some const stuff (bzr r10900) --- src/path-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 3714f3531..5f089476e 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -379,7 +379,7 @@ sp_item_list_to_curves(const GSList *items, GSList **selected, GSList **to_selec continue; } - if (SP_IS_PATH(item) && !SP_SHAPE(item)->curve_before_lpe) { + if (SP_IS_PATH(item) && !SP_SHAPE(item)->_curve_before_lpe) { continue; // already a path, and no path effect } -- cgit v1.2.3