summaryrefslogtreecommitdiff
path: root/indra/llcommon/llpointer.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-06-05 20:27:52 -0700
committerRichard Linden <none@none>2013-06-05 20:27:52 -0700
commitbd217374a35a936d0330676a847ea7ea4c8ac6f7 (patch)
treee8fecea6afee69c6c03f4854daf6275760e1471d /indra/llcommon/llpointer.h
parent042b7aec26905cdfded007d6507abccb44947d8a (diff)
parent60b625588faec2472597dae50331b2ce95ce40a2 (diff)
Merge
Diffstat (limited to 'indra/llcommon/llpointer.h')
-rwxr-xr-xindra/llcommon/llpointer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llpointer.h b/indra/llcommon/llpointer.h
index e640ffd595..6a0a8fcb0d 100755
--- a/indra/llcommon/llpointer.h
+++ b/indra/llcommon/llpointer.h
@@ -193,7 +193,7 @@ public:
{
if (pointer_t::notNull() && pointer_t::mPointer->getNumRefs() > 1)
{
- *(pointer_t*)(this) = new Type(*pointer_t::mPointer);
+ *(pointer_t* )(this) = new Type(*pointer_t::mPointer);
}
}