X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2646f485163f410baaad5bcf49028c604a352d19..5e06d749ed2e8fe82bf058e66695cd4a96e450da:/src/mac/classic/spinctrl.cpp diff --git a/src/mac/classic/spinctrl.cpp b/src/mac/classic/spinctrl.cpp index 22553d47f1..4a6f5516db 100644 --- a/src/mac/classic/spinctrl.cpp +++ b/src/mac/classic/spinctrl.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "spinctlg.h" -#endif - #include "wx/defs.h" #ifndef WX_PRECOMP @@ -321,7 +317,7 @@ void wxSpinCtrl::SetRange(int min, int max) void wxSpinCtrl::SetSelection(long from, long to) { - // if from and to are both -1, it means (in wxWindows) that all text should + // if from and to are both -1, it means (in wxWidgets) that all text should // be selected if ( (from == -1) && (to == -1) ) {