summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 de80683ea..6a971e8c7 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<void*>(gles2Interface),
+ static_cast<const void*>(gles2Interface),
gles2Context);
}