Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGReferenceCountPointer.inl
- Timestamp:
- 12/12/07 18:00:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGReferenceCountPointer.inl
r1030 r1032 525 525 RefCountPolicyT, 526 526 BaseObjectT >( 527 source .get(), OSG::detail::StaticCastTag());527 source, OSG::detail::StaticCastTag()); 528 528 } 529 529 … … 538 538 RefCountPolicyT, 539 539 BaseObjectT >( 540 source .get(), OSG::detail::ConstCastTag());540 source, OSG::detail::ConstCastTag()); 541 541 } 542 542 … … 551 551 RefCountPolicyT, 552 552 BaseObjectT >( 553 source .get(), OSG::detail::DynamicCastTag());553 source, OSG::detail::DynamicCastTag()); 554 554 } 555 555
