From 640dba7de0b53b79ac68befda375df0be1c85c66 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Thu, 16 Sep 1999 22:58:02 +0000 Subject: [PATCH] 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 --- mozilla/modules/libutil/public/stopwatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libutil/public/stopwatch.h b/mozilla/modules/libutil/public/stopwatch.h index 020f77b1a30..60f22a5ffd1 100644 --- a/mozilla/modules/libutil/public/stopwatch.h +++ b/mozilla/modules/libutil/public/stopwatch.h @@ -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