Show
Ignore:
Timestamp:
05/27/08 08:20:01 (5 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/Cluster/Window/Base/OSGClusterWindowBase.cpp

    r1198 r1250  
    305305    "NULL", 
    306306    0, 
    307     (PrototypeCreateF) &ClusterWindowBase::createEmptyLocal
     307    reinterpret_cast<PrototypeCreateF>(&ClusterWindowBase::createEmptyLocal)
    308308    ClusterWindow::initMethod, 
    309309    ClusterWindow::exitMethod, 
    310     (InitalInsertDescFunc) &ClusterWindowBase::classDescInserter
     310    reinterpret_cast<InitalInsertDescFunc>(&ClusterWindowBase::classDescInserter)
    311311    false, 
    312312    0,