X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/350777b68f3cbc6c51d8fdbb29151ee36247563e..87d77923a6b62816336e53abd4217a119f14675d:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index 32c6c014fc..ded205b9cf 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -6,7 +6,7 @@ // Created: 08.12.99 // RCS-ID: $Id$ // Copyright: (c) 1999 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _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_ +