X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19253261f5c6127f5448078295d4cbe1521d469f..5411e35f7b80709ee85056fb192c310569080421:/include/wx/cocoa/private/scrollview.h diff --git a/include/wx/cocoa/private/scrollview.h b/include/wx/cocoa/private/scrollview.h index dd2bdc1480..c94dd41f48 100644 --- a/include/wx/cocoa/private/scrollview.h +++ b/include/wx/cocoa/private/scrollview.h @@ -6,7 +6,7 @@ // Created: 2008/02/14 // RCS-ID: $Id$ // Copyright: (c) 2003- David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_COCOA_SCROLLVIEW_H__ @@ -19,7 +19,7 @@ // ======================================================================== class wxWindowCocoaScrollView: protected wxCocoaNSView { - DECLARE_NO_COPY_CLASS(wxWindowCocoaScrollView) + wxDECLARE_NO_COPY_CLASS(wxWindowCocoaScrollView); public: wxWindowCocoaScrollView(wxWindow *owner); virtual ~wxWindowCocoaScrollView();