From 2928d298ea6f35093c442625def6b287769f3c8a Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Sun, 8 Jan 2012 20:52:24 +0100 Subject: warnings fix (bzr r10865) --- src/ui/dialog/object-properties.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/dialog/object-properties.cpp') diff --git a/src/ui/dialog/object-properties.cpp b/src/ui/dialog/object-properties.cpp index af9794058..a28fbfb40 100644 --- a/src/ui/dialog/object-properties.cpp +++ b/src/ui/dialog/object-properties.cpp @@ -36,6 +36,7 @@ void on_selection_changed(Inkscape::Application */*inkscape*/, Inkscape::Selecti ObjectProperties::ObjectProperties (void) : UI::Widget::Panel ("", "/dialogs/object/", SP_VERB_DIALOG_ITEM), blocked (false), + CurrentItem(NULL), TopTable (3, 4, false), LabelID(_("_ID:"), 1), LabelLabel(_("_Label:"), 1), @@ -47,8 +48,7 @@ ObjectProperties::ObjectProperties (void) : CBLock(_("L_ock"), 1), BSet (_("_Set"), 1), LabelInteractivity(_("_Interactivity"), 1), - attrTable(), - CurrentItem(0) + attrTable() { //initialize labels for the table at the bottom of the dialog int_labels.push_back("onclick"); -- cgit v1.2.3