X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d0b7949306308b2de444f5581c23556047c4b8..ade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59:/include/wx/stopwatch.h diff --git a/include/wx/stopwatch.h b/include/wx/stopwatch.h index 583c75a495..325722a892 100644 --- a/include/wx/stopwatch.h +++ b/include/wx/stopwatch.h @@ -40,7 +40,7 @@ public: void Resume() { wxASSERT_MSG( m_pauseCount > 0, - _T("Resuming stop watch which is not paused") ); + wxT("Resuming stop watch which is not paused") ); if ( --m_pauseCount == 0 ) Start(m_pause);