From f513c0887663f74c28413ad7141108d1b4c83681 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 12 Nov 2023 21:11:37 +0100 Subject: [PATCH] Add DLL export declaration to wxPropertyGridXmlHandler --- include/wx/xrc/xh_propgrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/xrc/xh_propgrid.h b/include/wx/xrc/xh_propgrid.h index d372f6f7fe..00cc1dc5d0 100644 --- a/include/wx/xrc/xh_propgrid.h +++ b/include/wx/xrc/xh_propgrid.h @@ -30,7 +30,7 @@ class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridManager; class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPageState; class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPopulator; -class wxPropertyGridXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_PROPGRID wxPropertyGridXmlHandler : public wxXmlResourceHandler { friend class wxPropertyGridXrcPopulator; DECLARE_DYNAMIC_CLASS(wxPropertyGridXmlHandler)