X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0599ea91951caa2cda364498ea844be593b8a2a..de6019fb157459e7e7610e3ff813ad8c4a3225cf:/include/wx/timer.h diff --git a/include/wx/timer.h b/include/wx/timer.h index 93d3f94f7c..1dbea0030e 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -17,7 +17,7 @@ #include "wx/stubs/timer.h" #endif -class wxChrono +class WXDLLEXPORT wxChrono { public: wxChrono(); @@ -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_