Show
Ignore:
Timestamp:
01/03/08 10:09:26 (1 year ago)
Author:
cneumann
Message:

fixed: missing ref ptrs in default statistics font
added: operator→ for ReferenceProxy? of SChildFCPointerField

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSChildFCPointerField.inl

    r1033 r1037  
    164164} 
    165165 
     166template <class ObjectT, Int32 NamespaceI> 
     167inline 
     168typename SChildFCPointerField<ObjectT, 
     169                              NamespaceI>::ReferenceProxy::ValueType 
     170SChildFCPointerField<ObjectT, 
     171                     NamespaceI>::ReferenceProxy::operator->(void) const 
     172{ 
     173    return _pField->getRawValue(); 
     174} 
     175 
    166176/*-------------------------------------------------------------------------*/ 
    167177/* Assignment                                                              */