remove compiler warning

This commit is contained in:
David Rose 2004-01-15 02:19:51 +00:00
parent c4f3f0b8e4
commit 694867abce

View File

@ -24,8 +24,8 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
INLINE CullBin:: INLINE CullBin::
CullBin(const string &name, GraphicsStateGuardianBase *gsg) : CullBin(const string &name, GraphicsStateGuardianBase *gsg) :
_gsg(gsg),
_cull_this_pcollector(_cull_bin_pcollector, name), _cull_this_pcollector(_cull_bin_pcollector, name),
_draw_this_pcollector(_draw_bin_pcollector, name), _draw_this_pcollector(_draw_bin_pcollector, name)
_gsg(gsg)
{ {
} }