diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-21 11:17:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-21 11:17:42 +0100 |
| commit | d43370b8a879f5d318701de4f16808a7cb1de77e (patch) | |
| tree | 28a9a936dc33a51bd475521b45f3a0c2aab8ce73 /src/metadata.h | |
| parent | c74cdcf36955c77dc43d4e7a1d064d0bfcb631c7 (diff) | |
Try to fix timezone offset formatting.
Diffstat (limited to 'src/metadata.h')
| -rw-r--r-- | src/metadata.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <string> -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); }; } |
