summaryrefslogtreecommitdiff
path: root/src/renderer/debug_bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/debug_bucket.cpp')
-rw-r--r--src/renderer/debug_bucket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/debug_bucket.cpp b/src/renderer/debug_bucket.cpp
index 699c1c1db9..58fbf8a35b 100644
--- a/src/renderer/debug_bucket.cpp
+++ b/src/renderer/debug_bucket.cpp
@@ -10,8 +10,8 @@ struct geometry_too_long_exception : std::exception {};
using namespace mbgl;
-DebugBucket::DebugBucket(DebugFontBuffer& fontBuffer)
- : fontBuffer(fontBuffer) {
+DebugBucket::DebugBucket(DebugFontBuffer& fontBuffer_)
+ : fontBuffer(fontBuffer_) {
}
void DebugBucket::render(Painter& painter, util::ptr<StyleLayer> /*layer_desc*/, const Tile::ID& /*id*/, const mat4 &matrix) {