diff options
Diffstat (limited to 'gfx/image.h')
-rw-r--r-- | gfx/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/image.h b/gfx/image.h index d43737f..23e9a9b 100644 --- a/gfx/image.h +++ b/gfx/image.h @@ -14,7 +14,7 @@ public: NO_COPY(Image); NO_MOVE(Image); - int width, height, numComponents; + unsigned int width, height, numComponents; std::span<unsigned char> data; }; |