X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7929902d65215d481c59733a5d05b81e373b8237..713e92905e4c463be1cd8b2b626aec8ffa166420:/include/wx/datetime.h diff --git a/include/wx/datetime.h b/include/wx/datetime.h index 5942e0cc33..6e4341618a 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -1270,7 +1270,7 @@ public: inline wxLongLong GetValue() const; // a helper function to get the current time_t - static time_t GetTimeNow() { return time((time_t *)NULL); } + static time_t GetTimeNow() { return time(NULL); } // another one to get the current time broken down static struct tm *GetTmNow()