- Timestamp:
- 05/05/08 06:58:23 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGScaleManipulatorBase.h
r1116 r1197 127 127 /*! \{ */ 128 128 129 static ScaleManipulatorTransitPtr create (void);130 static ScaleManipulator PtrcreateEmpty (void);131 132 static ScaleManipulatorTransitPtr createLocal (133 BitVector bFlags = FCLocal::All);134 135 static ScaleManipulator PtrcreateEmptyLocal(129 static ScaleManipulatorTransitPtr create (void); 130 static ScaleManipulator *createEmpty (void); 131 132 static ScaleManipulatorTransitPtr createLocal ( 133 BitVector bFlags = FCLocal::All); 134 135 static ScaleManipulator *createEmptyLocal( 136 136 BitVector bFlags = FCLocal::All); 137 137 … … 211 211 212 212 #ifdef OSG_MT_CPTR_ASPECT 213 virtual FieldContainer PtrcreateAspectCopy(void) const;213 virtual FieldContainer *createAspectCopy(void) const; 214 214 #endif 215 215
