projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Resolve GCC's 'type-punned pointer will break strict-aliasing rules' warning by break...
[wxWidgets.git]
/
include
/
wx
/
stopwatch.h
diff --git
a/include/wx/stopwatch.h
b/include/wx/stopwatch.h
index 583c75a495242563f9db20f11fc9c3e54746437e..325722a8921cd0f18fe866bea3d5bc4d2b99e861 100644
(file)
--- 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") );
+
wx
T("Resuming stop watch which is not paused") );
if ( --m_pauseCount == 0 )
Start(m_pause);