aboutsummaryrefslogtreecommitdiff
path: root/src/ui/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/skin.h')
-rw-r--r--src/ui/skin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/skin.h b/src/ui/skin.h
index 0e82aefd6..12b5bff23 100644
--- a/src/ui/skin.h
+++ b/src/ui/skin.h
@@ -68,7 +68,7 @@ public:
* We need this to check if we have "-" in pixmaps.
* if no we should draw it manually.
*/
- const uint getNumCount(void) const
+ uint getNumCount(void) const
{
return m_numbers.count();
}