Ignore:
Timestamp:
03/31/06 17:29:32 (19 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/src/BBCBillboardClusterData.cpp

    r699 r721  
    44namespace BBC { 
    55 
    6 BillboardClusterData::BillboardClusterData() { 
     6BillboardClusterData::BillboardClusterData(): references(0) // initialize references to 0  
     7{ 
    78} 
    89 
    9 BillboardClusterData::~BillboardClusterData() { 
     10BillboardClusterData::~BillboardClusterData()  
     11{ 
    1012} 
    1113 
     
    4547} 
    4648 
    47 void BillboardClusterData::setEntityCluster(EntityCluster *value)  
     49void BillboardClusterData::setEntityCluster(EntityClusterPtr value)  
    4850{ 
    4951  mEntityCluster = value; 
    5052} 
    5153 
    52 EntityCluster* BillboardClusterData::getEntityCluster()  
     54EntityClusterPtr BillboardClusterData::getEntityCluster()  
    5355{ 
    5456  return mEntityCluster; 
Note: See TracChangeset for help on using the changeset viewer.