From f79ac9e37328ecc7ffeb26546ad4f677d32f59ec Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 26 May 2008 21:03:59 -0700 Subject: [PATCH] fix optimized build --- src/contrib/gtk-config-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contrib/gtk-config-store.cc b/src/contrib/gtk-config-store.cc index 025d47d3e..966900a03 100644 --- a/src/contrib/gtk-config-store.cc +++ b/src/contrib/gtk-config-store.cc @@ -304,7 +304,7 @@ cell_tooltip_callback (GtkWidget *widget, } break; case ModelNode::NODE_ATTRIBUTE: { - uint32_t attrIndex; + uint32_t attrIndex = 0; TypeId tid; for (tid = node->object->GetInstanceTypeId (); tid.HasParent (); tid = tid.GetParent ()) {