fixing compiles under certain flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-23 10:00:53 +00:00
parent 07bfacf3a6
commit 01a33e9670
2 changed files with 12 additions and 4 deletions

View File

@@ -60,7 +60,9 @@ wxGLContext::~wxGLContext()
IMPLEMENT_CLASS(wxGLCanvas, wxWindow)
BEGIN_EVENT_TABLE(wxGLCanvas, wxWindow)
#if wxOSX_USE_CARBON
EVT_SIZE(wxGLCanvas::OnSize)
#endif
END_EVENT_TABLE()
wxGLCanvas::wxGLCanvas(wxWindow *parent,