diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-10 16:52:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-10 16:52:43 +0000 |
| commit | 175a7e5d1c738c70ec157c05b5de9d404cfe2df5 (patch) | |
| tree | 55f2a5f1791176fe943f57a5124640d5fc8309b8 /src/Image.hh | |
| parent | 0f710360990e6d079116d951295c21664e2e0fce (diff) | |
sync with bb-cvs
Diffstat (limited to 'src/Image.hh')
| -rw-r--r-- | src/Image.hh | 2 |
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); |
