Show
Ignore:
Timestamp:
12/03/07 15:48:13 (1 year ago)
Author:
cneumann
Message:

fixed: compile errors

reference counting


It compiles on linux (when disabling the VRML Loader) and the first
ref counting tests seem to work.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGSInternalFCPointerField.h

    r1017 r1030  
    8282    typedef typename Inherited::StoredType               StoredType; 
    8383     
    84     typedef          FieldTraits     <ValueType, 
    85                                       NamespaceI   >     SFieldTraits; 
    86     typedef          FieldDescription<SFieldTraits, 
    87                                       SingleField  >     Description; 
     84    typedef FieldTraits     <ValueType, 
     85                             NamespaceI          >       SFieldTraits; 
     86    typedef FieldDescription<SFieldTraits, 
     87                             SingleField, 
     88                             InternalPointerField>       Description; 
    8889         
    8990    typedef          ValueType                          *pointer;