Skip to content

Commit

Permalink
Add "override" for RasterDataSource::loadTileData
Browse files Browse the repository at this point in the history
- fixes warning
  • Loading branch information
tallytalwar authored and karimnaaji committed Jan 23, 2017
1 parent 708320f commit e038e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/data/rasterSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RasterSource : public TileSource {
TextureOptions _options, bool genMipmap = false);


void loadTileData(std::shared_ptr<TileTask> _task, TileTaskCb _cb);
void loadTileData(std::shared_ptr<TileTask> _task, TileTaskCb _cb) override;

virtual std::shared_ptr<TileTask> createTask(TileID _tile, int _subTask) override;

Expand Down

0 comments on commit e038e25

Please sign in to comment.