Kaydet (Commit) eeefce57 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix error: invalid conversion from 'long int*' to 'const GLint*'

üst 50ce26da
...@@ -822,7 +822,7 @@ void SAL_CALL OGLTransitionerImpl::update( double nTime ) throw (uno::RuntimeExc ...@@ -822,7 +822,7 @@ void SAL_CALL OGLTransitionerImpl::update( double nTime ) throw (uno::RuntimeExc
*/ */
// works but not mandatory // works but not mandatory
#if defined(MAC_OS_X_VERSION_10_5) #if defined(MAC_OS_X_VERSION_10_5)
long int swapInt = 1; GLint swapInt = 1;
#else /* build target 10.4 */ #else /* build target 10.4 */
long swapInt = 1; long swapInt = 1;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment