X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..87d77923a6b62816336e53abd4217a119f14675d:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index e0b69e7ea3..ded205b9cf 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -49,7 +49,7 @@ enum wxDirTraverseResult // wxDirTraverser: helper class for wxDir::Traverse() // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDirTraverser +class WXDLLIMPEXP_BASE wxDirTraverser { public: // called for each file found by wxDir::Traverse() @@ -79,9 +79,9 @@ public: // wxDir: portable equivalent of {open/read/close}dir functions // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDirData; +class WXDLLIMPEXP_BASE wxDirData; -class WXDLLEXPORT wxDir +class WXDLLIMPEXP_BASE wxDir { public: // test for existence of a directory with the given name @@ -141,7 +141,7 @@ public: int flags = wxDIR_DEFAULT); private: - friend class WXDLLEXPORT wxDirData; + friend class wxDirData; wxDirData *m_data; @@ -149,3 +149,4 @@ private: }; #endif // _WX_DIR_H_ +