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/OSGSInternalFCPointerField.inl

    r1017 r1036  
    140140} 
    141141 
     142template <class ObjectT, Int32 NamespaceI> inline 
     143typename SInternalFCPointerField<ObjectT, 
     144                                 NamespaceI>::ReferenceProxy::ValueType  
     145    SInternalFCPointerField<ObjectT, 
     146                            NamespaceI>::ReferenceProxy::operator ->( 
     147    void) const 
     148{ 
     149    return _pField->getRawValue(); 
     150} 
     151 
    142152/*-------------------------------------------------------------------------*/ 
    143153/* Assignment                                                              */