diff options
Diffstat (limited to 'src/cRender.h')
-rw-r--r-- | src/cRender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cRender.h b/src/cRender.h index 5808c82..d262791 100644 --- a/src/cRender.h +++ b/src/cRender.h @@ -74,7 +74,7 @@ public: * Resizes console window for Windows * Sets Size to Console Window Size for Linux. Writes Error for _sx or _sy smaller than Screen. Get by getLastError() */ - cRender(char _backound, WORD _color, int _sx, int _sy); + cRender(char _backound, WORD _color, unsigned int _sx, unsigned int _sy); virtual ~cRender(); |