X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e98c72eccb139d5739409b9b5fdf29da067f9aa0..f8d0234d39c66f3d1d7fc2346562cb96c8c7be20:/src/motif/cursor.cpp diff --git a/src/motif/cursor.cpp b/src/motif/cursor.cpp index 2f5b567bab..68f66e43e2 100644 --- a/src/motif/cursor.cpp +++ b/src/motif/cursor.cpp @@ -23,6 +23,7 @@ #include "wx/utils.h" #include "wx/window.h" #include "wx/image.h" + #include "wx/log.h" #endif #ifdef __VMS__ @@ -305,7 +306,7 @@ wxGDIRefData *wxCursor::CreateGDIRefData() const wxGDIRefData *wxCursor::CloneGDIRefData(const wxGDIRefData *data) const { - return new wxCursorRefData(*wx_static_cast(const wxCursorRefData *, data)); + return new wxCursorRefData(*static_cast(data)); } // Motif-specific: create/get a cursor for the current display