summaryrefslogtreecommitdiff
path: root/src/render
diff options
context:
space:
mode:
Diffstat (limited to 'src/render')
-rw-r--r--src/render/nacl/naclgles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/nacl/naclgles.cpp b/src/render/nacl/naclgles.cpp
index 6a971e8c7..18e71155d 100644
--- a/src/render/nacl/naclgles.cpp
+++ b/src/render/nacl/naclgles.cpp
@@ -48,7 +48,7 @@ void NaclGles::initGles()
gles2Context = glGetCurrentContextPPAPI();
logger->log("InitGles: %p, %d",
- static_cast<const void*>(gles2Interface),
+ reinterpret_cast<const void*>(gles2Interface),
gles2Context);
}