summaryrefslogtreecommitdiff
path: root/indra/llcommon/llpointer.h
diff options
context:
space:
mode:
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);
}
}