diff options
Diffstat (limited to 'indra/llcommon/llcrc.h')
-rw-r--r-- | indra/llcommon/llcrc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcrc.h b/indra/llcommon/llcrc.h index 3f41b28ffa..322d5c9e27 100644 --- a/indra/llcommon/llcrc.h +++ b/indra/llcommon/llcrc.h @@ -60,7 +60,7 @@ public: #ifdef _DEBUG // This function runs tests to make sure the crc is // working. Returns TRUE if it is. - static BOOL testHarness(); + static bool testHarness(); #endif }; |