squelch compiler warning

This commit is contained in:
David Rose 2007-06-20 20:43:53 +00:00
parent 4bce07faaa
commit 40196a0af2
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{
}