summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/raster_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/tile/raster_tile_data.hpp')
-rw-r--r--src/mbgl/tile/raster_tile_data.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mbgl/tile/raster_tile_data.hpp b/src/mbgl/tile/raster_tile_data.hpp
index 17e1465ebc..f5c82d4e0d 100644
--- a/src/mbgl/tile/raster_tile_data.hpp
+++ b/src/mbgl/tile/raster_tile_data.hpp
@@ -21,8 +21,9 @@ public:
Worker&);
~RasterTileData();
- void setData(std::exception_ptr err,
- std::shared_ptr<const std::string> data,
+ void setError(std::exception_ptr err);
+
+ void setData(std::shared_ptr<const std::string> data,
optional<Timestamp> modified_,
optional<Timestamp> expires_);