- Timestamp:
- 06/07/07 13:33:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/Contrib/Manipulators/OSGManipulatorFields.h
r711 r752 56 56 57 57 #include "OSGConfig.h" 58 #include "OSG SystemDef.h"58 #include "OSGContribGUIDef.h" 59 59 60 60 #include "OSGTransformFields.h" … … 113 113 enum { Convertible = NotConvertible }; 114 114 115 static OSG_ SYSTEM_DLLMAPPING DataType &getType(void);115 static OSG_CONTRIBGUI_DLLMAPPING DataType &getType(void); 116 116 117 117 static const char *getSName(void) { return "SFManipulatorPtr"; } … … 135 135 136 136 #ifndef OSG_COMPILEMANIPULATORINST 137 OSG_FIELD_DLLEXPORT_DECL1(SField, ManipulatorPtr, OSG_ SYSTEM_DLLTMPLMAPPING)137 OSG_FIELD_DLLEXPORT_DECL1(SField, ManipulatorPtr, OSG_CONTRIBGUI_DLLTMPLMAPPING) 138 138 #endif 139 139 … … 145 145 146 146 #ifndef OSG_COMPILEMANIPULATORINST 147 OSG_FIELD_DLLEXPORT_DECL1(MField, ManipulatorPtr, OSG_ SYSTEM_DLLTMPLMAPPING)147 OSG_FIELD_DLLEXPORT_DECL1(MField, ManipulatorPtr, OSG_CONTRIBGUI_DLLTMPLMAPPING) 148 148 #endif 149 149
