From 98da4bb94fbd2e65b1634f01519e3bbd59b76592 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 6 Mar 2019 22:59:13 +0100 Subject: converting size variables to unsigned #1 --- src/cObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cObject.h') 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 */ -- cgit v1.2.3