From dc35647c6383d0585ed6d9d3dfde32ef129d0d80 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Aug 2013 17:12:27 +0100 Subject: Try to fix time zone offsets in Windows. --- src/metadata.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/metadata.h') diff --git a/src/metadata.h b/src/metadata.h index 7336766d..7ba17fa4 100644 --- a/src/metadata.h +++ b/src/metadata.h @@ -26,6 +26,8 @@ #include +class bias_to_string_test; + namespace libdcp { @@ -49,6 +51,11 @@ public: std::string issuer; std::string creator; std::string issue_date; + +private: + friend class ::bias_to_string_test; + + static std::string bias_to_string (int); }; } -- cgit v1.2.3