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.h

    r1033 r1036  
    150150         
    151151        operator typename Self::ValueType (void) const; 
     152 
     153        /*! \}                                                             */ 
     154        /*-----------------------------------------------------------------*/ 
     155        /*! \name Access                                                   */ 
     156        /*! \{                                                             */ 
     157 
     158        typename Self::ValueType operator ->(void) const; 
    152159                 
    153160        /*! \}                                                             */