- Timestamp:
- 11/20/07 18:15:32 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldBundle.inl
r852 r1020 141 141 142 142 template <class ObjectT> inline 143 void FieldBundle::newPtr( typename ObjectT::ObjP tr&result,144 const ObjectT *prototypeP)143 void FieldBundle::newPtr( typename ObjectT::ObjP &result, 144 const ObjectT *prototypeP) 145 145 { 146 146 result = new ObjectT(*prototypeP); … … 150 150 151 151 template <class ObjectT> inline 152 void FieldBundle::newPtr(typename ObjectT::ObjP tr&result)152 void FieldBundle::newPtr(typename ObjectT::ObjP &result) 153 153 { 154 154 result = new ObjectT();
