Changeset 10593
- Timestamp:
- 09/25/09 20:03:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgAnimation/UpdateCallback
r10557 r10593 37 37 virtual void updateLink() = 0; 38 38 virtual const std::string& getName() const = 0; 39 40 virtual ~AnimationUpdateCallbackBase() {} 39 41 }; 40 42
