]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/private/timer.h
avoid causing idle event from GetValue(), fixes #11013
[wxWidgets.git] / include / wx / unix / private / timer.h
index 630676cb375c2c79d5553ad5ff49380f2a027b24..d879f3640d594cf5a09eb61998cb0e1e46a8413b 100644 (file)
@@ -39,7 +39,7 @@ public:
     // timer is running
     void MarkStopped()
     {
     // timer is running
     void MarkStopped()
     {
-        wxASSERT_MSG( m_isRunning, _T("stopping non-running timer?") );
+        wxASSERT_MSG( m_isRunning, wxT("stopping non-running timer?") );
 
         m_isRunning = false;
     }
 
         m_isRunning = false;
     }