- Timestamp:
- 05/05/08 07:12:19 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGExternalUpdateHandler.h
r1177 r1198 50 50 public: 51 51 virtual ~ExternalUpdateHandler() {} 52 virtual void update( const NodePtrTransformNode) = 0;52 virtual void update(Node * const TransformNode) = 0; 53 53 }; 54 54
