diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llversioninfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llversioninfo.h b/indra/newview/llversioninfo.h index 99f6c8e87f..b8b4341385 100644 --- a/indra/newview/llversioninfo.h +++ b/indra/newview/llversioninfo.h @@ -73,7 +73,7 @@ public: static void resetChannel(const std::string& channel); /// return the bit width of an address - static const U32 getAddressSize() { return ADDRESS_SIZE; } + static const S32 getAddressSize() { return ADDRESS_SIZE; } typedef enum { |