X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9261e8f17d149a10a62ae83488c84c32a442f9b5..75504144d2ee5ce2bc62d186f04b2d445c2048c5:/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) {