diff options
author | Richard Linden <none@none> | 2013-08-19 11:50:30 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-19 11:50:30 -0700 |
commit | 3e31cb112daf0a759737ba4ec55a8772361483f2 (patch) | |
tree | 073d977e04fad8b9aaf365526bf6ee5912bdebd7 /indra/newview/tests | |
parent | 08eb52c10ca1f916d937fe1927eb659f6d69a6d3 (diff) |
BUILDFIX: fixed some units errors
Diffstat (limited to 'indra/newview/tests')
-rwxr-xr-x | indra/newview/tests/llviewerassetstats_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index bd42b59df2..9a39fdaa29 100755 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -257,7 +257,7 @@ namespace tut LLViewerAssetStatsFF::record_dequeue(LLViewerAssetType::AT_TEXTURE, false, false); - LLViewerAssetStatsFF::record_response(LLViewerAssetType::AT_GESTURE, false, false, 12300000ULL); + LLViewerAssetStatsFF::record_response(LLViewerAssetType::AT_GESTURE, false, false, (U64Microseconds)12300000ULL); } // Create a non-global instance and check the structure |