From: Václav Slavík Date: Tue, 8 Jan 2002 23:25:01 +0000 (+0000) Subject: DLL compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/90c9fcc5fdbd539ba5f64f4129f17c65f26465c2 DLL compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/dirdlgg.h b/include/wx/generic/dirdlgg.h index fdcd6caba5..594c889dc5 100644 --- a/include/wx/generic/dirdlgg.h +++ b/include/wx/generic/dirdlgg.h @@ -32,7 +32,7 @@ class WXDLLEXPORT wxTreeEvent; // wxGenericDirDialog //----------------------------------------------------------------------------- -class wxGenericDirDialog: public wxDialog +class WXDLLEXPORT wxGenericDirDialog: public wxDialog { public: wxGenericDirDialog(): wxDialog() {}