DLL compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
293fbe1dc0
commit
90c9fcc5fd
@ -32,7 +32,7 @@ class WXDLLEXPORT wxTreeEvent;
|
|||||||
// wxGenericDirDialog
|
// wxGenericDirDialog
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
class wxGenericDirDialog: public wxDialog
|
class WXDLLEXPORT wxGenericDirDialog: public wxDialog
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxGenericDirDialog(): wxDialog() {}
|
wxGenericDirDialog(): wxDialog() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user