]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dir.h
Removed conflicting wxEntry prototype
[wxWidgets.git] / include / wx / dir.h
index e0b69e7ea3f0f06c58f929ff5f0a94b4f2d10500..ded205b9cfea58018d79d60053b83afb2ed70a5e 100644 (file)
@@ -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_
+