]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dir.cpp
Blind implementation of GetSubItemRect() for wxListCtrl under carbon
[wxWidgets.git] / src / unix / dir.cpp
index 291702bfa33fd412c0d5604e7c030e9b916e890f..2581eb1cb9772b6e242847642f5b8eb522cfc78d 100644 (file)
@@ -115,7 +115,7 @@ wxDirData::~wxDirData()
 
 bool wxDirData::Read(wxString *filename)
 {
-    dirent *de = (dirent *)NULL;    // just to silence compiler warnings
+    dirent *de = NULL;    // just to silence compiler warnings
     bool matches = false;
 
     // speed up string concatenation in the loop a bit