summaryrefslogtreecommitdiff
path: root/indra/newview/llversioninfo.h
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-07-27 10:32:47 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-07-27 10:32:47 -0700
commita25c541c0d0763d0dfb6b131ac02f70f9ba6cb99 (patch)
tree72fe4ae640e229508f7b974a2cb54396d70ff7bc /indra/newview/llversioninfo.h
parentb46697fcc155d026b5a951256d53581e7af20036 (diff)
MAINT-7643: add viewer bitness to crash log output
Diffstat (limited to 'indra/newview/llversioninfo.h')
-rw-r--r--indra/newview/llversioninfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llversioninfo.h b/indra/newview/llversioninfo.h
index ec599c0cda..99f6c8e87f 100644
--- a/indra/newview/llversioninfo.h
+++ b/indra/newview/llversioninfo.h
@@ -72,6 +72,9 @@ public:
/// reset the channel name used by the viewer.
static void resetChannel(const std::string& channel);
+ /// return the bit width of an address
+ static const U32 getAddressSize() { return ADDRESS_SIZE; }
+
typedef enum
{
TEST_VIEWER,