X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f46c20bc4cc5be9b358a6e6caad39c1f8498cae..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/cocoa/NSSlider.h diff --git a/include/wx/cocoa/NSSlider.h b/include/wx/cocoa/NSSlider.h index 9dc637dc5e..0f278984ee 100644 --- a/include/wx/cocoa/NSSlider.h +++ b/include/wx/cocoa/NSSlider.h @@ -4,9 +4,8 @@ // Author: Mark Oxenham // Modified by: David Elliott // 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 +20,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;