X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fraw_convert.h;h=4945c7f8bcc3f2f69f7d8ab88b2086579894804d;hb=d3598922d970bba6fcb468c331e1f0a33bef1a0f;hp=90d94771f89c50546d79e9535945d3017b9e9f3b;hpb=3ad05d11dce653b33c6f0ea2d6cdba5a7e1bf4e5;p=libdcp.git diff --git a/src/raw_convert.h b/src/raw_convert.h index 90d94771..4945c7f8 100644 --- a/src/raw_convert.h +++ b/src/raw_convert.h @@ -112,6 +112,14 @@ template <> std::string raw_convert (char v, int, bool); +template <> +unsigned char +raw_convert (std::string v, int, bool); + +template <> +unsigned short int +raw_convert (std::string v, int, bool); + template <> int raw_convert (std::string v, int, bool);