diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-10-14 21:23:23 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-10-14 21:23:23 -0600 |
commit | 219cd6ecda60e1c48852f582f0994573fd0e10ae (patch) | |
tree | 9ffab1268ad0e56ba91aee3208686863bb7f2b37 /indra/llcommon/llsys.h | |
parent | 5ee546eb4e446632c32e62a5234241fd6498f281 (diff) |
more debug code for SH-207: viewer crash in LLVertexBuffer::mapBuffer.
Diffstat (limited to 'indra/llcommon/llsys.h')
-rw-r--r-- | indra/llcommon/llsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsys.h b/indra/llcommon/llsys.h index 35425f38ed..41a4f25000 100644 --- a/indra/llcommon/llsys.h +++ b/indra/llcommon/llsys.h @@ -116,7 +116,7 @@ public: U32 getPhysicalMemoryClamped() const; ///< Memory size in clamped bytes //get the available memory infomation in KiloBytes. - void getAvailableMemoryKB(U32& avail_physical_mem_kb, U32& avail_virtual_mem_kb) const; + static void getAvailableMemoryKB(U32& avail_physical_mem_kb, U32& avail_virtual_mem_kb); }; |