]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/cursor.cpp
Finally really correct background erasing for wxMSW wxToolBar.
[wxWidgets.git] / src / x11 / cursor.cpp
index 7eaa5e6fdeefcae6e71e5466e3173da7d108ab86..6688cfafeec12860d9f6ca1b32db97d29ae9f786 100644 (file)
@@ -124,9 +124,9 @@ void wxCursor::InitFromStock( wxStockCursor cursorId )
 #endif
 }
 
 #endif
 }
 
-wxCursor::wxCursor(const wxString& name,
-                    wxBitmapType type,
-                    int hotSpotX, int hotSpotY)
+wxCursor::wxCursor(const wxString& WXUNUSED(name),
+                    wxBitmapType WXUNUSED(type),
+                    int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY))
 {
    wxFAIL_MSG( wxT("wxCursor creation from file not yet implemented") );
 }
 {
    wxFAIL_MSG( wxT("wxCursor creation from file not yet implemented") );
 }