summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QIntC.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/qpdf/QIntC.hh b/include/qpdf/QIntC.hh
index 3383a91c..8a6b74c0 100644
--- a/include/qpdf/QIntC.hh
+++ b/include/qpdf/QIntC.hh
@@ -51,6 +51,13 @@ namespace QIntC // QIntC = qpdf Integer Conversion
};
template <>
+ class to_u<signed char>
+ {
+ public:
+ typedef unsigned char type;
+ };
+
+ template <>
class to_u<short>
{
public: