Show
Ignore:
Timestamp:
05/27/08 08:20:01 (3 months ago)
Author:
vossg
Message:

removed: old c-style casts as these hide edit/get mixups

Base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGSwitchMaterialBase.cpp

    r1197 r1250  
    129129    "NULL", 
    130130    0, 
    131     (PrototypeCreateF) &SwitchMaterialBase::createEmptyLocal
     131    reinterpret_cast<PrototypeCreateF>(&SwitchMaterialBase::createEmptyLocal)
    132132    SwitchMaterial::initMethod, 
    133133    SwitchMaterial::exitMethod, 
    134     (InitalInsertDescFunc) &SwitchMaterialBase::classDescInserter
     134    reinterpret_cast<InitalInsertDescFunc>(&SwitchMaterialBase::classDescInserter)
    135135    false, 
    136136    0,