summaryrefslogtreecommitdiff
path: root/include/llmr/map/source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/map/source.hpp')
-rw-r--r--include/llmr/map/source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llmr/map/source.hpp b/include/llmr/map/source.hpp
index c272508584..93dabdc7c4 100644
--- a/include/llmr/map/source.hpp
+++ b/include/llmr/map/source.hpp
@@ -58,7 +58,7 @@ private:
private:
// Stores the time when this source was most recently updated.
- time updated = 0;
+ timestamp updated = 0;
std::map<Tile::ID, std::unique_ptr<Tile>> tiles;
std::map<Tile::ID, std::weak_ptr<TileData>> tile_data;