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/Base/Field/OSGSField.h

    r890 r1030  
    8181 
    8282    typedef          FieldDescription<SFieldTraits, 
    83                                       SingleField        >  Description; 
     83                                      SingleField, 
     84                                      DataField    >        Description; 
    8485 
    8586    typedef          EditSFieldHandle <Self      >          EditHandle;