summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-01-20 12:03:36 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-01-20 12:03:36 +0100
commit209dd913f9518388b93bb1900717f3c97bd54451 (patch)
tree843e5bec44b479ec08ef354f289ac58fd381bc4d /macosx
parent381daf9cae1013ad38a0094447de6fc34432ebaf (diff)
downloadqtlocation-mapboxgl-209dd913f9518388b93bb1900717f3c97bd54451.tar.gz
tile => Tile
Diffstat (limited to 'macosx')
-rw-r--r--macosx/main.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/main.mm b/macosx/main.mm
index 71ca005926..3fb8564443 100644
--- a/macosx/main.mm
+++ b/macosx/main.mm
@@ -208,7 +208,7 @@ void restart(void *) {
view->dirty = true;
}
-void request(void *, tile::ptr tile) {
+void request(void *, Tile::Ptr tile) {
assert((bool)tile);
// NSString *urlTemplate = @"http://api.tiles.mapbox.com/v3/mapbox.mapbox-streets-v4/%d/%d/%d.vector.pbf";