summaryrefslogtreecommitdiff
path: root/src/mbgl/text
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-10-14 15:15:54 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-10-14 18:46:12 +0200
commit9cac122c5cf6404b9c8cdb52f130f7386a273241 (patch)
tree35c94fa8e23c030aa064a5e696f6c5cc9e545b10 /src/mbgl/text
parent8206ce0e024a082f6979ce66f65909cb451e9d71 (diff)
downloadqtlocation-mapboxgl-9cac122c5cf6404b9c8cdb52f130f7386a273241.tar.gz
[core] map image type to string until we have a dedicated implementation
Diffstat (limited to 'src/mbgl/text')
-rw-r--r--src/mbgl/text/shaping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/text/shaping.cpp b/src/mbgl/text/shaping.cpp
index d6d9a3d34e..4ae9d0cf20 100644
--- a/src/mbgl/text/shaping.cpp
+++ b/src/mbgl/text/shaping.cpp
@@ -32,7 +32,7 @@ AnchorAlignment AnchorAlignment::getAnchorAlignment(style::SymbolAnchorType anch
result.horizontalAlign = 0.0f;
break;
default:
- break;
+ break;
}
switch (anchor) {