X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5513d18ba7e0b90b31f993bceb875984c1542cac..9e5754bebdc218969efd8f2d30d389e0157e4a2f:/src/unix/dir.cpp diff --git a/src/unix/dir.cpp b/src/unix/dir.cpp index 291702bfa3..2581eb1cb9 100644 --- a/src/unix/dir.cpp +++ b/src/unix/dir.cpp @@ -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