summaryrefslogtreecommitdiff
path: root/src/Image.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Image.cc')
-rw-r--r--src/Image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Image.cc b/src/Image.cc
index 674fdeac..d8f725a2 100644
--- a/src/Image.cc
+++ b/src/Image.cc
@@ -41,7 +41,7 @@ using std::min;
#include "Texture.hh"
-BImage::BImage(BImageControl *c, unsigned int w, unsigned int h) {
+BImage::BImage(BImageControl *c, int w, int h) {
control = c;
width = (w > 0) ? w : 1;