mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Core: TimeStop Elapsed now returns dword
git-svn-id: svn://ultimatepp.org/upp/trunk@1522 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
eda38c577e
commit
4ff86aa5b5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class TimeStop : Moveable<TimeStop> {
|
|||
dword starttime;
|
||||
|
||||
public:
|
||||
int Elapsed() const { return GetTickCount() - starttime; }
|
||||
dword Elapsed() const { return GetTickCount() - starttime; }
|
||||
String ToString() const;
|
||||
void Reset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue