summaryrefslogtreecommitdiff
path: root/src/metadata.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-19 17:12:27 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-19 17:12:27 +0100
commitdc35647c6383d0585ed6d9d3dfde32ef129d0d80 (patch)
tree529d3b9ab13ad2ed321092c904bdaa36add92f6e /src/metadata.h
parent49f942e13b1380c4df474f45d657e1a46bb6e2d8 (diff)
Try to fix time zone offsets in Windows.
Diffstat (limited to 'src/metadata.h')
-rw-r--r--src/metadata.h7
1 files changed, 7 insertions, 0 deletions
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 <string>
+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);
};
}