time() takes time_t, not [unsigned] long -- and in fact we don't need to pass it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Apr 2004 12:49:52 +0000 (12:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Apr 2004 12:49:52 +0000 (12:49 +0000)
commit940b4f0741b2589ea75fa64250c5a57210e2aded
tree8826237e860fefc402a15d9b7ea99255ebb110c7
parentf46f4c86b234d87b9c1db889cc130d2d7d31c306
time() takes time_t, not [unsigned] long -- and in fact we don't need to pass it any argument at all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/stopwatch.cpp