summaryrefslogtreecommitdiff
path: root/indra/llcommon/llcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llcommon.h')
-rw-r--r--indra/llcommon/llcommon.h2
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