]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/timer.cpp
Correct sorting in wxDataViewTreeStore, fixes #11436, part II
[wxWidgets.git] / src / generic / timer.cpp
index 00713f32b2ee2f0607a90fe8d7c3726a389fb445..cd39aaac349ce5b15790622b2a50ea78e786180a 100644 (file)
@@ -74,7 +74,7 @@
     typedef wxLongLong wxTimerTick_t;
 
     #if wxUSE_LONGLONG_WX
-        #define wxTimerTickFmtSpec wxLongLongFmtSpec wxT("d")
+        #define wxTimerTickFmtSpec wxLongLongFmtSpec "d"
         #define wxTimerTickPrintfArg(tt) (tt.GetValue())
     #else // using native wxLongLong
         #define wxTimerTickFmtSpec wxT("s")