summaryrefslogtreecommitdiff
path: root/src/gui/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skin.h')
-rw-r--r--src/gui/skin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skin.h b/src/gui/skin.h
index b7e70330..b8a1242e 100644
--- a/src/gui/skin.h
+++ b/src/gui/skin.h
@@ -60,12 +60,12 @@ class Skin
/**
* Returns the minimum width which can be used with this skin.
*/
- int getMinWidth();
+ unsigned int getMinWidth();
/**
* Returns the minimum height which can be used with this skin.
*/
- int getMinHeight();
+ unsigned int getMinHeight();
int instances;