diff options
| author | Richard Linden <none@none> | 2013-06-05 19:57:07 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-06-05 19:57:07 -0700 |
| commit | 60b625588faec2472597dae50331b2ce95ce40a2 (patch) | |
| tree | bd615ca217d9cb375d1ac84e39a672b62c91f73a /indra/llcommon/llpointer.h | |
| parent | 702bd5107a71aa3ac7c779a1e2ff0eaa53161e13 (diff) | |
BUILDFIX: build fixes for mac
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); } } |
