diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2013-01-10 07:45:43 +0000 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2013-01-10 07:45:43 +0000 |
commit | a891785f7a02098a53029311befd7083773d6ad8 (patch) | |
tree | 5aa37ca3e6618cae0feb4c62fb1d54c3fcb33f51 /indra/llcommon | |
parent | a09719c0eb8d06d6bb689984a1b108932ea35314 (diff) |
typo fix
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/lltrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltrace.h b/indra/llcommon/lltrace.h index 8ec0cdc4dc..7694f65441 100644 --- a/indra/llcommon/lltrace.h +++ b/indra/llcommon/lltrace.h @@ -781,7 +781,7 @@ public: accumulator->mAllocatedCount--; accumulator->mDeallocatedCount++; } - deallocAligned<ALIGNMENT, sizeof(size_T)>(ptr); + deallocAligned<ALIGNMENT, sizeof(size_t)>(ptr); } // claim memory associated with other objects/data as our own, adding to our calculated footprint |