Show
Ignore:
Timestamp:
12/29/07 10:26:36 (1 year ago)
Author:
vossg
Message:

fixed: gcc 4.1.2 compile problems (needed explicit operator → and const Node::getParent)

Files:

Legend:

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

    r1017 r1036  
    139139} 
    140140 
     141template <class ObjectT, Int32 NamespaceI> inline 
     142typename SWeakFCPointerField<ObjectT, 
     143                             NamespaceI>::ReferenceProxy::ValueType  
     144    SWeakFCPointerField<ObjectT, 
     145                        NamespaceI>::ReferenceProxy::operator ->(void) const 
     146{ 
     147    return _pField->getRawValue(); 
     148} 
     149 
    141150/*-------------------------------------------------------------------------*/ 
    142151/* Assignment                                                              */