build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5c3a762d49
commit
43e0946dcf
@ -551,7 +551,7 @@ wxCursor::wxCursor(const wxString& cursor_file, wxBitmapType flags, int hotSpotX
|
||||
}
|
||||
|
||||
// Cursors by stock number
|
||||
wxCursor::InitFromStock(wxStockCursor cursor_type)
|
||||
void wxCursor::InitFromStock(wxStockCursor cursor_type)
|
||||
{
|
||||
m_refData = new wxCursorRefData;
|
||||
#if wxOSX_USE_COCOA
|
||||
|
Loading…
Reference in New Issue
Block a user