diff options
Diffstat (limited to 'indra/llcommon/llcommon.h')
-rw-r--r-- | indra/llcommon/llcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcommon.h b/indra/llcommon/llcommon.h index 129e71f703..41a101eb62 100644 --- a/indra/llcommon/llcommon.h +++ b/indra/llcommon/llcommon.h @@ -36,7 +36,7 @@ public: static void initClass(); static void cleanupClass(); private: - static BOOL sAprInitialized; + static bool sAprInitialized; }; #endif |