X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9261e8f17d149a10a62ae83488c84c32a442f9b5..33820d94285c0004acce756e7d10d9698e6387d1:/src/motif/cursor.cpp diff --git a/src/motif/cursor.cpp b/src/motif/cursor.cpp index 68f66e43e2..4500e6ebc2 100644 --- a/src/motif/cursor.cpp +++ b/src/motif/cursor.cpp @@ -246,8 +246,8 @@ wxCursor::wxCursor(const char bits[], int width, int height, Create(bits, width, height, hotSpotX, hotSpotY, maskBits); } -wxCursor::wxCursor(const wxString& name, wxBitmapType type, int hotSpotX, - int hotSpotY ) +wxCursor::wxCursor(const wxString& name, wxBitmapType type, + int hotSpotX, int hotSpotY) { // Must be an XBM file if (type != wxBITMAP_TYPE_XBM) {