X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..e45689df6ca927c2105dd27cd57847a4fad45669:/src/x11/glcanvas.cpp diff --git a/src/x11/glcanvas.cpp b/src/x11/glcanvas.cpp index 42f4b854d1..11eda0cfe5 100644 --- a/src/x11/glcanvas.cpp +++ b/src/x11/glcanvas.cpp @@ -10,10 +10,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "glcanvas.h" -#endif - #include "wx/setup.h" #if wxUSE_GLCANVAS @@ -132,7 +128,7 @@ void wxGLContext::SetCurrent() { Display* display = (Display*) wxGetDisplay(); glXMakeCurrent(display, (Window) wxGetClientAreaWindow(m_window), - m_glContext );; + m_glContext ); } }