diff options
Diffstat (limited to 'indra/llcommon/llcommon.h')
-rw-r--r-- | indra/llcommon/llcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llcommon.h b/indra/llcommon/llcommon.h index 171590f3d8..ca9cad5d05 100644 --- a/indra/llcommon/llcommon.h +++ b/indra/llcommon/llcommon.h @@ -35,6 +35,8 @@ class LL_COMMON_API LLCommon public: static void initClass(); static void cleanupClass(); +private: + static BOOL sAprInitialized; }; #endif |