Commit 39b7e4b6 authored by Olivier Teulière's avatar Olivier Teulière

Compilation fix

parent 390b1b5e
...@@ -166,7 +166,7 @@ void *VideoWindow::GetWindow( int *pi_x_hint, int *pi_y_hint, ...@@ -166,7 +166,7 @@ void *VideoWindow::GetWindow( int *pi_x_hint, int *pi_y_hint,
#endif #endif
#elif defined(WIN32) #elif defined(WIN32)
return GetHandle(); return (void*)GetHandle();
#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