X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..c39058f631b3a53682f00807a60bfff6c5aa2b7c:/interface/wx/glcanvas.h diff --git a/interface/wx/glcanvas.h b/interface/wx/glcanvas.h index d2dab4c085..9a744d9fb4 100644 --- a/interface/wx/glcanvas.h +++ b/interface/wx/glcanvas.h @@ -264,6 +264,6 @@ public: so that the output of the previous OpenGL commands is displayed on the window. Returns @false if an error occurred. */ - bool SwapBuffers(); + virtual bool SwapBuffers(); };