From d43370b8a879f5d318701de4f16808a7cb1de77e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Aug 2013 11:17:42 +0100 Subject: Try to fix timezone offset formatting. --- src/metadata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/metadata.h') diff --git a/src/metadata.h b/src/metadata.h index 7ba17fa4..d71537fd 100644 --- a/src/metadata.h +++ b/src/metadata.h @@ -26,7 +26,7 @@ #include -class bias_to_string_test; +class utc_offset_to_string_test; namespace libdcp { @@ -53,9 +53,9 @@ public: std::string issue_date; private: - friend class ::bias_to_string_test; + friend class ::utc_offset_to_string_test; - static std::string bias_to_string (int); + static std::string utc_offset_to_string (int); }; } -- cgit v1.2.3