]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/headerctrl.h
Fix compilation of wxIconBundle in some particular minimal builds.
[wxWidgets.git] / include / wx / msw / headerctrl.h
index 2d5603c332f43df3fd66eb263980c31ddcaa4677..069b73a606153f16cf456bb3a65fb4d2fa278603 100644 (file)
@@ -126,7 +126,7 @@ private:
     // the offset of the window used to emulate scrolling it
     int m_scrollOffset;
 
-    DECLARE_NO_COPY_CLASS(wxHeaderCtrl)
+    wxDECLARE_NO_COPY_CLASS(wxHeaderCtrl);
 };
 
 #endif // _WX_MSW_HEADERCTRL_H_