summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/symbol_bucket.cpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-02 15:43:30 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-02 18:12:28 +0200
commit549929cefd7073708e64e49da93e8b49fbc0db99 (patch)
tree7ec0eb64f5ea93b4d00d6528b33d4bd551ade3d8 /src/mbgl/renderer/symbol_bucket.cpp
parent7534aa1594c13b48507961299acc4bcc44ee7e1a (diff)
downloadqtlocation-mapboxgl-549929cefd7073708e64e49da93e8b49fbc0db99.tar.gz
[core] Set bucket segments to initialize empty
Diffstat (limited to 'src/mbgl/renderer/symbol_bucket.cpp')
-rw-r--r--src/mbgl/renderer/symbol_bucket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/renderer/symbol_bucket.cpp b/src/mbgl/renderer/symbol_bucket.cpp
index 5edf742917..7fb3473967 100644
--- a/src/mbgl/renderer/symbol_bucket.cpp
+++ b/src/mbgl/renderer/symbol_bucket.cpp
@@ -42,7 +42,7 @@ void SymbolBucket::render(Painter& painter,
}
bool SymbolBucket::hasData() const {
- assert(false); // Should be calling SymbolLayout::hasSymbolInstances() instead.
+ assert(false); // Should be calling SymbolLayout::has{Text,Icon,CollisonBox}Data() instead.
return false;
}