Add DLL export declaration to wxPropertyGridXmlHandler

This commit is contained in:
Vadim Zeitlin 2023-11-12 21:11:37 +01:00
parent 65715453e7
commit f513c08876

View file

@ -30,7 +30,7 @@ class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridManager;
class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPageState; class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPageState;
class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPopulator; class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGridPopulator;
class wxPropertyGridXmlHandler : public wxXmlResourceHandler class WXDLLIMPEXP_PROPGRID wxPropertyGridXmlHandler : public wxXmlResourceHandler
{ {
friend class wxPropertyGridXrcPopulator; friend class wxPropertyGridXrcPopulator;
DECLARE_DYNAMIC_CLASS(wxPropertyGridXmlHandler) DECLARE_DYNAMIC_CLASS(wxPropertyGridXmlHandler)