From 175a7e5d1c738c70ec157c05b5de9d404cfe2df5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2002 16:52:43 +0000 Subject: sync with bb-cvs --- src/Image.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Image.cc') 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; -- cgit v1.2.3