From: joncruz Date: Mon, 24 Mar 2008 05:19:18 +0000 (+0000) Subject: Corrected initialization order X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3dedfe85371013250cc31b989f9ffc15f0fd40f6;p=inkscape.git Corrected initialization order --- diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 12e67693a..ad28dcb47 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -42,8 +42,8 @@ PathParam::PathParam( const Glib::ustring& label, const Glib::ustring& tip, Effect* effect, const gchar * default_value) : Parameter(label, tip, key, wr, effect), _pathvector(), - must_recalculate_pwd2(false), _pwd2(), + must_recalculate_pwd2(false), href(NULL) { defvalue = g_strdup(default_value);