diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:22:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-25 13:22:32 +0100 |
| commit | b3e7a9625f860e7d83c4077b24fe811eb9941456 (patch) | |
| tree | f2f12cfb9e98c99bcc5b3a6a5a852223dae7ed20 /src/metadata.h | |
| parent | f976e8ac94dfc6130797c5d98a0399321dce43e7 (diff) | |
| parent | bbf265955518069c5c841be5fe02a95b60e9197b (diff) | |
Merge branch 'master' into interop
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); }; } |
