X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0599ea91951caa2cda364498ea844be593b8a2a..a2115c88f381b95cf6d423a5d3128ccbe20c4fa1:/include/wx/timer.h?ds=sidebyside diff --git a/include/wx/timer.h b/include/wx/timer.h index 93d3f94f7c..0dd07e0bed 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -46,7 +46,7 @@ bool WXDLLEXPORT wxGetLocalTime(long *timeZone, int *dstObserved); long WXDLLEXPORT wxGetCurrentTime(); // Get number of milliseconds since 00:00:00 GMT, Jan 1st 1970. -long WXDLLEXPORT wxGetCurrentUTime(); +long WXDLLEXPORT wxGetCurrentMTime(); #endif // _WX_TIMER_H_BASE_