summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/gl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/gl.hpp')
-rw-r--r--include/mbgl/platform/gl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index 6c1229f6d1..1e98ea7f3b 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -110,8 +110,8 @@ public:
using glProc = void (*)();
void InitializeExtensions(glProc (*getProcAddress)(const char *));
-}
-}
+} // namespace gl
+} // namespace mbgl
#ifdef GL_ES_VERSION_2_0
#define glClearDepth glClearDepthf