summaryrefslogtreecommitdiff
path: root/platform/glfw/glfw_gl_backend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/glfw/glfw_gl_backend.cpp')
-rw-r--r--platform/glfw/glfw_gl_backend.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/glfw/glfw_gl_backend.cpp b/platform/glfw/glfw_gl_backend.cpp
index 0a949016ed..6eb58d4fa6 100644
--- a/platform/glfw/glfw_gl_backend.cpp
+++ b/platform/glfw/glfw_gl_backend.cpp
@@ -7,8 +7,7 @@
class GLFWGLRenderableResource final : public mbgl::gl::RenderableResource {
public:
- GLFWGLRenderableResource(GLFWGLBackend& backend_) : backend(backend_) {
- }
+ explicit GLFWGLRenderableResource(GLFWGLBackend& backend_) : backend(backend_) {}
void bind() override {
backend.setFramebufferBinding(0);