Changeset 13130 for OpenSceneGraph/trunk/src/osgViewer/PixelBufferCocoa.mm
- Timestamp:
- 05/24/13 19:16:57 (4 hours ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/PixelBufferCocoa.mm
r13036 r13130 64 64 NSOpenGLContext* sharedContext = NULL; 65 65 66 GraphicsHandleCocoa* graphicsHandleCocoa = dynamic_cast<GraphicsHandleCocoa*>(_traits->sharedContext );66 GraphicsHandleCocoa* graphicsHandleCocoa = dynamic_cast<GraphicsHandleCocoa*>(_traits->sharedContext.get()); 67 67 if (graphicsHandleCocoa) 68 68 {
