X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..7c4728f63395c3641aa62f2b549ee693eb8be978:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index 317ad78593..0d68eb59fb 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -17,9 +17,11 @@ #endif #ifndef WX_PRECOMP - #include "wx/string.h" + #include "wx/string.h" #endif +class WXDLLIMPEXP_BASE wxArrayString; + // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- @@ -49,7 +51,7 @@ enum wxDirTraverseResult // wxDirTraverser: helper class for wxDir::Traverse() // ---------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxDirTraverser +class WXDLLIMPEXP_BASE wxDirTraverser { public: // called for each file found by wxDir::Traverse() @@ -79,9 +81,9 @@ public: // wxDir: portable equivalent of {open/read/close}dir functions // ---------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxDirData; +class WXDLLIMPEXP_BASE wxDirData; -class WXDLLEXPORT_BASE wxDir +class WXDLLIMPEXP_BASE wxDir { public: // test for existence of a directory with the given name