From f600738e8f6da6a965cfb717efdb9bb17122f168 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 26 Sep 2006 00:27:53 +0000 Subject: [PATCH] Add WXDLLEXPORT to wxRegionWithCombine declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/region.h b/include/wx/region.h index e5549cf254..a4d68ec2ae 100644 --- a/include/wx/region.h +++ b/include/wx/region.h @@ -193,7 +193,7 @@ protected: #define wxHAS_REGION_COMBINE -class wxRegionWithCombine : public wxRegionBase +class WXDLLEXPORT wxRegionWithCombine : public wxRegionBase { public: // these methods are not part of public API as they're not implemented on -- 2.45.2