]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
No real change.
[wxWidgets.git] / src / common / timercmn.cpp
index 28f69dae3b5bb3fb21358e2feb2745e507c97b93..5f08b29800ca5c28fb05cb293a2d1dabea3ec88d 100644 (file)
@@ -9,9 +9,9 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 //              (c) 1999 Guillermo Rodriguez <guille@iies.es>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -169,6 +169,7 @@ void wxStopWatch::Start(long t)
 {
     m_t0 = wxGetLocalTimeMillis() - t;
     m_pause = 0;
+    m_pauseCount = 0;
 }
 
 long wxStopWatch::GetElapsedTime() const