Show
Ignore:
Timestamp:
11/20/07 18:15:32 (1 year ago)
Author:
cneumann
Message:

fixed: more compile errors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldBundle.inl

    r852 r1020  
    141141 
    142142template <class ObjectT> inline 
    143 void FieldBundle::newPtr(      typename ObjectT::ObjPtr &result,  
    144                          const          ObjectT         *prototypeP) 
     143void FieldBundle::newPtr(      typename ObjectT::ObjP &result,  
     144                         const          ObjectT       *prototypeP) 
    145145{ 
    146146    result = new ObjectT(*prototypeP); 
     
    150150 
    151151template <class ObjectT> inline 
    152 void FieldBundle::newPtr(typename ObjectT::ObjPtr &result) 
     152void FieldBundle::newPtr(typename ObjectT::ObjP &result) 
    153153{ 
    154154    result = new ObjectT();