summaryrefslogtreecommitdiff
path: root/src/mbgl/map/tile_data.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-06-04 19:07:48 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-07-01 15:21:09 -0700
commit875ef979be0140332ab219e422022ccb38b99a1e (patch)
tree828c8be75f1576b98c2106c327f2b4681202dc8c /src/mbgl/map/tile_data.hpp
parent217c376291967aecd7c8cc26e485e3a4fe09ee60 (diff)
downloadqtlocation-mapboxgl-875ef979be0140332ab219e422022ccb38b99a1e.tar.gz
Remove indirection
Diffstat (limited to 'src/mbgl/map/tile_data.hpp')
-rw-r--r--src/mbgl/map/tile_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/tile_data.hpp b/src/mbgl/map/tile_data.hpp
index 9006eb6ad8..5ed4ef4fd4 100644
--- a/src/mbgl/map/tile_data.hpp
+++ b/src/mbgl/map/tile_data.hpp
@@ -77,7 +77,7 @@ public:
// Schedule a tile reparse on a worker thread and call the callback on
// completion. It will return true if the work was schedule or false it was
// not, which can occur if the tile is already being parsed by another
- // worker (see "mayStartParsing()").
+ // worker.
virtual bool reparse(Worker&,
std::function<void ()> callback) = 0;