summaryrefslogtreecommitdiff
path: root/src/Image.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Image.hh')
-rw-r--r--src/Image.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Image.hh b/src/Image.hh
index 0e82456c..33d2e5b8 100644
--- a/src/Image.hh
+++ b/src/Image.hh
@@ -77,7 +77,7 @@ private:
public:
- BImage(BImageControl *c, unsigned int w, unsigned int h);
+ BImage(BImageControl *c, int w, int h);
~BImage(void);
Pixmap render(const BTexture &texture);