]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/cursor.cpp
Forgot to commit
[wxWidgets.git] / src / osx / carbon / cursor.cpp
index e7ce1b6ce50b9bceb2319f2c18fb9edcac26ff56..a6fd1ec139fbd9f733b1c393e8d437d0a62319ff 100644 (file)
@@ -551,7 +551,7 @@ wxCursor::wxCursor(const wxString& cursor_file, wxBitmapType flags, int hotSpotX
 }
 
 // Cursors by stock number
 }
 
 // Cursors by stock number
-wxCursor::InitFromStock(wxStockCursor cursor_type)
+void wxCursor::InitFromStock(wxStockCursor cursor_type)
 {
     m_refData = new wxCursorRefData;
 #if wxOSX_USE_COCOA
 {
     m_refData = new wxCursorRefData;
 #if wxOSX_USE_COCOA