Some platforms don't have 'bool' or 'true', so use PRBool and PR_TRUE instead.
git-svn-id: svn://10.0.0.236/trunk@47856 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -40,7 +40,7 @@ private:
|
||||
|
||||
public:
|
||||
Stopwatch();
|
||||
void Start(bool reset = true);
|
||||
void Start(PRBool reset = PR_TRUE);
|
||||
void Stop();
|
||||
void Continue();
|
||||
void SaveState(); // record current state of stopwatch
|
||||
|
||||
Reference in New Issue
Block a user