X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..e6fd62dd849e051b82374afd31e3d62454c98483:/include/wx/palmos/glcanvas.h diff --git a/include/wx/palmos/glcanvas.h b/include/wx/palmos/glcanvas.h index 15f7f0dff5..013ee3d81d 100644 --- a/include/wx/palmos/glcanvas.h +++ b/include/wx/palmos/glcanvas.h @@ -59,7 +59,7 @@ public: const wxPalette& WXUNUSED(palette), const wxGLContext *other /* for sharing display lists */ ); - ~wxGLContext(); + virtual ~wxGLContext(); void SetCurrent(); @@ -111,7 +111,7 @@ public: int *attribList = 0, const wxPalette& palette = wxNullPalette); - ~wxGLCanvas(); + virtual ~wxGLCanvas(); // Replaces wxWindow::Create functionality, since // we need to use a different window class