#include "wx/stubs/timer.h"
#endif
-class wxChrono
+class WXDLLEXPORT wxChrono
{
public:
wxChrono();
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_