X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e9224eb2edea8afe45faa6a1cd1b2894d245c2..277806225e146740f73965b11375d387b02961b7:/interface/wx/cursor.h?ds=sidebyside diff --git a/interface/wx/cursor.h b/interface/wx/cursor.h index 2a7392fe16..b4c398cdbd 100644 --- a/interface/wx/cursor.h +++ b/interface/wx/cursor.h @@ -80,7 +80,7 @@ @see wxBitmap, wxIcon, wxWindow::SetCursor(), wxSetCursor(), ::wxStockCursor */ -class wxCursor : public wxBitmap +class wxCursor : public wxGDIObject { public: /** @@ -206,7 +206,7 @@ public: /** Returns @true if cursor data is present. */ - bool IsOk() const; + virtual bool IsOk() const; /** Assignment operator, using @ref overview_refcount "reference counting".