X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9261e8f17d149a10a62ae83488c84c32a442f9b5..d12d9edacbcea0920e58346be8dd26ef3eeee43d:/src/motif/cursor.cpp?ds=sidebyside 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) {