2.8 branch: Fix for 64bit OS X compiles. Merged r10006 from trunk.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined (__APPLE__) && (!__LP64__)
|
||||
|
||||
#include <osg/observer_ptr>
|
||||
#include <osgViewer/api/Carbon/PixelBufferCarbon>
|
||||
@@ -168,4 +168,4 @@ PixelBufferCarbon::~PixelBufferCarbon()
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user