Fix deprecated ftm::localtime

This commit is contained in:
Georg Hagen
2025-08-12 14:55:55 +02:00
parent 8cf597f7e8
commit f08bd0dec3
6 changed files with 4 additions and 24 deletions

View File

@@ -30,7 +30,6 @@ namespace OpenVulkano::Image
[[maybe_unused]] XmpBuilder& SetFocalLength(float focalLengthMM);
[[maybe_unused]] XmpBuilder& SetExposureTime(double exposureTime);
[[maybe_unused]] XmpBuilder& SetCreateDateNow();
[[maybe_unused]] XmpBuilder& SetCreateDate(const std::time_t time);
[[maybe_unused]] XmpBuilder& SetCreateDate(const std::string& createDate);
[[maybe_unused]] std::string Close() { return Finalize(); }