Show
Ignore:
Timestamp:
12/03/07 17:54:44 (1 year ago)
Author:
cneumann
Message:

fixed: added missing _fieldType instantiations

VRML loader compiles (not sure if it works though)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/FieldContainer/Fields/OSGContainerTypeInst.cpp

    r1030 r1031  
    146146 
    147147 
     148OSG_FIELD_DLLEXPORT_DEF1(SChildFCPointerField,    FieldContainer); 
     149OSG_FIELD_DLLEXPORT_DEF1(SInternalFCPointerField, FieldContainer); 
     150OSG_FIELD_DLLEXPORT_DEF1(SParentFCPointerField,   FieldContainer); 
     151OSG_FIELD_DLLEXPORT_DEF1(SWeakFCPointerField,     FieldContainer); 
     152     
     153OSG_FIELD_DLLEXPORT_DEF1(MChildFCPointerField,    FieldContainer); 
     154OSG_FIELD_DLLEXPORT_DEF1(MInternalFCPointerField, FieldContainer); 
     155OSG_FIELD_DLLEXPORT_DEF1(MParentFCPointerField,   FieldContainer); 
     156OSG_FIELD_DLLEXPORT_DEF1(MWeakFCPointerField,     FieldContainer); 
     157 
     158 
    148159OSG_FIELD_DLLEXPORT_DEF1(SChildFCPointerField,    AttachmentContainer); 
    149160OSG_FIELD_DLLEXPORT_DEF1(SInternalFCPointerField, AttachmentContainer);