diff options
author | Richard Linden <none@none> | 2013-06-05 20:27:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-06-05 20:27:52 -0700 |
commit | bd217374a35a936d0330676a847ea7ea4c8ac6f7 (patch) | |
tree | e8fecea6afee69c6c03f4854daf6275760e1471d /indra/llcommon/llpointer.h | |
parent | 042b7aec26905cdfded007d6507abccb44947d8a (diff) | |
parent | 60b625588faec2472597dae50331b2ce95ce40a2 (diff) |
Merge
Diffstat (limited to 'indra/llcommon/llpointer.h')
-rwxr-xr-x | indra/llcommon/llpointer.h | 2 |
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); } } |