summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/svg/svg-color-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/svg-color-test.h b/src/svg/svg-color-test.h
index fc5ddfa00..ad25d506c 100644
--- a/src/svg/svg-color-test.h
+++ b/src/svg/svg-color-test.h
@@ -8,7 +8,7 @@
class SVGColorTest : public CxxTest::TestSuite
{
struct simpleIccCase {
- int numEntries;
+ unsigned numEntries;
bool shouldPass;
char const* name;
char const* str;