summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gl/object.hpp')
-rw-r--r--src/mbgl/gl/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/gl/object.hpp b/src/mbgl/gl/object.hpp
index 1408add65a..9598e0c59e 100644
--- a/src/mbgl/gl/object.hpp
+++ b/src/mbgl/gl/object.hpp
@@ -22,7 +22,7 @@ struct ShaderDeleter {
};
struct BufferDeleter {
- Context* context;
+ Context& context;
void operator()(BufferID) const;
};