summaryrefslogtreecommitdiff
path: root/indra/llmath/llcamera.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-12-23 23:31:25 -0800
committerRoxie Linden <roxie@lindenlab.com>2010-12-23 23:31:25 -0800
commit0b4c2fa99e50129a6ef5ac6a3d0337ee2b1b1e97 (patch)
tree32d3f3d1dea4609d53742d77fe3e9b3c72ffbd5c /indra/llmath/llcamera.cpp
parent2b979742f6b28e615b2b36e10257c78711e537c3 (diff)
Fix windows build break
Diffstat (limited to 'indra/llmath/llcamera.cpp')
-rw-r--r--indra/llmath/llcamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llcamera.cpp b/indra/llmath/llcamera.cpp
index a30a50ab2e..c681e00b32 100644
--- a/indra/llmath/llcamera.cpp
+++ b/indra/llmath/llcamera.cpp
@@ -85,7 +85,7 @@ F32 LLCamera::getMaxView() const
// ---------------- LLCamera::setFoo() member functions ----------------
-void LLCamera::setUserClipPlane(LLPlane plane)
+void LLCamera::setUserClipPlane(LLPlane& plane)
{
mPlaneCount = 7;
mAgentPlanes[6] = plane;