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

    r928 r1030  
    104104 
    105105    typedef          FieldDescription<MFieldTraits, 
    106                                       MultiField     >  Description; 
     106                                      MultiField, 
     107                                      DataField    >    Description; 
    107108 
    108109    typedef          EditMFieldHandle <Self      >      EditHandle;