From 40196a0af2e01e0e5a3bfb7d3c0fc82215db58e4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 20 Jun 2007 20:43:53 +0000 Subject: [PATCH] squelch compiler warning --- panda/src/pgraph/cullBin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pgraph/cullBin.cxx b/panda/src/pgraph/cullBin.cxx index b081b05a11..c60205ed48 100644 --- a/panda/src/pgraph/cullBin.cxx +++ b/panda/src/pgraph/cullBin.cxx @@ -132,8 +132,8 @@ check_flash_color() { //////////////////////////////////////////////////////////////////// CullBin::ResultGraphBuilder:: ResultGraphBuilder(PandaNode *root_node) : - _root_node(root_node), - _object_index(0) + _object_index(0), + _root_node(root_node) { }