X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f46c20bc4cc5be9b358a6e6caad39c1f8498cae..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/cocoa/NSSlider.h diff --git a/include/wx/cocoa/NSSlider.h b/include/wx/cocoa/NSSlider.h index 9dc637dc5e..4ebb5e74cf 100644 --- a/include/wx/cocoa/NSSlider.h +++ b/include/wx/cocoa/NSSlider.h @@ -6,7 +6,7 @@ // Created: 2007/08/10 // RCS-ID: $Id$ // Copyright: (c) 2007 Software 2000 Ltd. All rights reserved. -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WXNSSLIDER_H_ @@ -21,7 +21,7 @@ DECLARE_WXCOCOA_OBJC_CLASS(NSSlider); WX_DECLARE_OBJC_HASHMAP(NSSlider); // For when we're not in Objective-C mode: -typedef struct objc_selector *SEL; +typedef struct objc_selector *SEL; class wxCocoaNSSliderLastSelectorChanger;