]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
Removed ^M chars again
[wxWidgets.git] / include / wx / timer.h
index d33638a8c81331b958152637d063aa71d9c4d10a..b8c8e8dc28740c55bdb33c946a4754e8124e5521 100644 (file)
@@ -138,7 +138,7 @@ long WXDLLEXPORT wxGetLocalTime();
 // Get number of seconds since GMT 00:00:00, Jan 1st 1970.
 long WXDLLEXPORT wxGetUTCTime();
 
-
+#define wxGetCurrentTime() wxGetLocalTime()
 
 #endif
     // _WX_TIMER_H_BASE_