summaryrefslogtreecommitdiff
path: root/indra/llrender/llglslshader.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-06-03 16:24:07 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-06-03 16:24:07 -0700
commitffab1eef57813625cae51bffd8dd830371b2e203 (patch)
tree2312038b2d728901d70c7a26f995b6eb04e4f411 /indra/llrender/llglslshader.cpp
parentb77e027fcc09937f1d87f02025866a42afa51e39 (diff)
Mac build fixes.
Reviewed by davep.
Diffstat (limited to 'indra/llrender/llglslshader.cpp')
-rw-r--r--indra/llrender/llglslshader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llglslshader.cpp b/indra/llrender/llglslshader.cpp
index 5473f23d86..8e99f62de6 100644
--- a/indra/llrender/llglslshader.cpp
+++ b/indra/llrender/llglslshader.cpp
@@ -48,7 +48,7 @@ using std::pair;
using std::make_pair;
using std::string;
-U32 LLGLSLShader::sCurBoundShader = 0;
+GLhandleARB LLGLSLShader::sCurBoundShader = 0;
BOOL shouldChange(const LLVector4& v1, const LLVector4& v2)
{