summaryrefslogtreecommitdiff
path: root/src/mbgl/map/live_tile_data.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-06 12:17:18 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-04-06 13:58:56 -0700
commitd8411f26d24b14b829ecab7617b403ad0c872ed8 (patch)
treebcf87cb294e2b8a65412dc39d79d0ce2904ecafc /src/mbgl/map/live_tile_data.cpp
parentc5292b7536b5b3a7af83b6616aea84b0d65a4556 (diff)
downloadqtlocation-mapboxgl-d8411f26d24b14b829ecab7617b403ad0c872ed8.tar.gz
Tile::ID ⇢ TileID
This allows making both Tile and TileID private.
Diffstat (limited to 'src/mbgl/map/live_tile_data.cpp')
-rw-r--r--src/mbgl/map/live_tile_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/live_tile_data.cpp b/src/mbgl/map/live_tile_data.cpp
index 71b5a2e1b3..6456e51538 100644
--- a/src/mbgl/map/live_tile_data.cpp
+++ b/src/mbgl/map/live_tile_data.cpp
@@ -8,7 +8,7 @@
using namespace mbgl;
-LiveTileData::LiveTileData(Tile::ID const& id_,
+LiveTileData::LiveTileData(const TileID& id_,
AnnotationManager& annotationManager_,
float mapMaxZoom,
util::ptr<Style> style_,