X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54da4255a20216b070ec044ae2b8af75e9f2681f..60b6c062f847a742fbc3c4ba4023bb8a0235da6d:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 900f841e20..5ae7d448c9 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -646,7 +646,7 @@ public: // get the haqndle of the window for the underlying window system: this // is only used for wxWin itself or for user code which wants to call // platform-specific APIs - virtual WXWidget GetHandle() const; + virtual WXWidget GetHandle() const = 0; protected: // the window id - a number which uniquely identifies a window among