summaryrefslogtreecommitdiff
path: root/src/cObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cObject.h')
-rw-r--r--src/cObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cObject.h b/src/cObject.h
index 08594b3..2504d71 100644
--- a/src/cObject.h
+++ b/src/cObject.h
@@ -89,7 +89,7 @@ protected: //For child classes
cObject();
/** For inheriting classes: sets size of framebuffer
*/
- void setSize(int _sx, int _sy);
+ void setSize(unsigned int _sx, unsigned int _sy);
/** For inheriting classes: frees the framebuffer
*/