fix optimized build
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 26 May 2008 21:03:59 -0700
changeset 3096 dc8b5959ab61
parent 3095 ea368d066bea
child 3144 778a765385d4
fix optimized build
src/contrib/gtk-config-store.cc
--- a/src/contrib/gtk-config-store.cc	Mon May 26 21:00:25 2008 -0700
+++ b/src/contrib/gtk-config-store.cc	Mon May 26 21:03:59 2008 -0700
@@ -304,7 +304,7 @@
       }
     break;
   case ModelNode::NODE_ATTRIBUTE: {
-    uint32_t attrIndex;
+    uint32_t attrIndex = 0;
     TypeId tid;
     for (tid = node->object->GetInstanceTypeId (); tid.HasParent (); tid = tid.GetParent ())
       {