]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Avoid warnings from VC++ 5.0
[wxWidgets.git] / include / wx / filefn.h
index 0db4c1e6bb834ece66b131977e95e7c04017e0c6..5839b81095086494c71f1d55d1f859449589062a 100644 (file)
@@ -545,9 +545,13 @@ WXDLLIMPEXP_BASE bool wxFindFileInPath(wxString *pStr, const wxChar *pszPath, co
 // On non-Windows platform, probably just return the empty string.
 WXDLLIMPEXP_BASE wxString wxGetOSDirectory();
 
+#if wxUSE_DATETIME
+
 // Get file modification time
 WXDLLIMPEXP_BASE time_t wxFileModificationTime(const wxString& filename);
 
+#endif // wxUSE_DATETIME
+
 // Parses the wildCard, returning the number of filters.
 // Returns 0 if none or if there's a problem,
 // The arrays will contain an equal number of items found before the error.
@@ -602,9 +606,6 @@ public:
     wxPathList(const wxArrayString &arr)
         { Add(arr); }
 
-    // avoid GCC warning about virtual functions w/o virtual dtor
-    virtual ~wxPathList() {}
-
     // Adds all paths in environment variable
     void AddEnvList(const wxString& envVariable);