dcpdiff option to allow issue dates to differ.
[libdcp.git] / src / locale_convert.h
index 4c97784686390182bb75bd8fdce76bc7baf42e41..ccce7b829e9c7cbc5d1447cf66e7af93bf901eff 100644 (file)
@@ -95,6 +95,10 @@ template <>
 std::string
 locale_convert (char const * x, int, bool);
 
+template <>
+std::string
+locale_convert (wchar_t const * x, int, bool);
+
 template <>
 std::string
 locale_convert (char x, int, bool);
@@ -108,7 +112,11 @@ int
 locale_convert (std::string x, int, bool);
 
 template <>
-int64_t
+long
+locale_convert (std::string x, int, bool);
+
+template <>
+long long
 locale_convert (std::string x, int, bool);
 
 template <>