summaryrefslogtreecommitdiff
path: root/src/mbgl/util/http_header.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/http_header.hpp')
-rw-r--r--src/mbgl/util/http_header.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/http_header.hpp b/src/mbgl/util/http_header.hpp
index 1dc8498de0..b5a6403782 100644
--- a/src/mbgl/util/http_header.hpp
+++ b/src/mbgl/util/http_header.hpp
@@ -16,7 +16,7 @@ public:
optional<uint64_t> maxAge;
bool mustRevalidate = false;
- optional<SystemTimePoint> toTimePoint() const;
+ optional<Timestamp> toTimePoint() const;
};
} // namespace http