X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e9224eb2edea8afe45faa6a1cd1b2894d245c2..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/cursor.h 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".