- Timestamp:
- 04/16/08 02:25:04 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Contrib/Manipulators/OSGManipulatorManager.cpp
r784 r1168 51 51 // wenn der ManipulatorManager sich den Node merken wuerde!?! 52 52 53 Node Ptr ManipulatorManager::createManipulator(const ManipulatorType type)53 NodeTransitPtr ManipulatorManager::createManipulator(const ManipulatorType type) 54 54 { 55 Node Ptr maniN = Node::create();55 NodeTransitPtr maniN = Node::create(); 56 56 57 57 switch (type) … … 83 83 if ( ! _maniC->getParents().empty() ) 84 84 { 85 NodePtr maniN = dynamic_cast<NodePtr>(_maniC->getParents()[0] .getCPtr());85 NodePtr maniN = dynamic_cast<NodePtr>(_maniC->getParents()[0]); 86 86 87 87 _maniC = NullFC;
