X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5513d18ba7e0b90b31f993bceb875984c1542cac..b666ade78496cd91d648fcfe2fd6b79ce2b15e33:/src/unix/dir.cpp?ds=sidebyside 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