diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-19 17:12:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-19 17:12:27 +0100 |
| commit | dc35647c6383d0585ed6d9d3dfde32ef129d0d80 (patch) | |
| tree | 529d3b9ab13ad2ed321092c904bdaa36add92f6e /src/metadata.h | |
| parent | 49f942e13b1380c4df474f45d657e1a46bb6e2d8 (diff) | |
Try to fix time zone offsets in Windows.
Diffstat (limited to 'src/metadata.h')
| -rw-r--r-- | src/metadata.h | 7 |
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); }; } |
