summaryrefslogtreecommitdiff
path: root/src/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata.h')
-rw-r--r--src/metadata.h6
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);
};
}