summaryrefslogtreecommitdiff
path: root/indra/newview/lltextureinfodetails.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltextureinfodetails.h')
-rwxr-xr-xindra/newview/lltextureinfodetails.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltextureinfodetails.h b/indra/newview/lltextureinfodetails.h
index 28e957a7df..0ad95eb94e 100755
--- a/indra/newview/lltextureinfodetails.h
+++ b/indra/newview/lltextureinfodetails.h
@@ -39,10 +39,10 @@ struct LLTextureInfoDetails
REQUEST_TYPE_UDP
};
- LLUnit<U32, LLUnits::Microseconds> mStartTime,
+ U32Microseconds mStartTime,
mCompleteTime;
U32 mOffset;
- LLUnit<U32, LLUnits::Bytes> mSize;
+ U32Bytes mSize;
LLRequestType mType;
LLTextureInfoDetails();