From b73ad517841cb428a395a6f49376d3bdc8e50f7e Mon Sep 17 00:00:00 2001 From: Leyla Farazha Date: Tue, 8 Apr 2008 21:04:41 +0000 Subject: svn merge -r84080:84255 svn+ssh://svn/svn/linden/branches/intermezzo-9 QAR-431 --- indra/llmessage/llregionhandle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llmessage') diff --git a/indra/llmessage/llregionhandle.h b/indra/llmessage/llregionhandle.h index d9fcd82936..c1f0dec74e 100644 --- a/indra/llmessage/llregionhandle.h +++ b/indra/llmessage/llregionhandle.h @@ -115,7 +115,7 @@ inline LLVector3d from_region_handle(const U64 ®ion_handle) // grid-based region handle encoding. pass in a grid position // (eg: 1000,1000) and this will return the region handle. -inline U64 grid_to_region_handle(U32 grid_x, U32 grid_y) +inline U64 grid_to_region_handle(const U32 grid_x, const U32 grid_y) { return to_region_handle(grid_x * REGION_WIDTH_UNITS, grid_y * REGION_WIDTH_UNITS); -- cgit v1.2.3