]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/private/scrollview.h
Fix wxWrapSizer minimal size calculation.
[wxWidgets.git] / include / wx / cocoa / private / scrollview.h
index dd2bdc14800fbb802fe7c5869b87e13987e1131e..c94dd41f480d0f6d3dc373c1921dfc7073ac85ff 100644 (file)
@@ -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();