diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-07 19:07:48 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-07 19:07:48 +0000 |
| commit | 6d9653f4d1becfdd260f60c9177d5e3ca6dc56af (patch) | |
| tree | 124dbc0b5a094a869f2a42a8da795e017e56afe5 /src/ui/skin.h | |
| parent | 7577a11147b8b931a408a3875bb1c1e25ecfb861 (diff) | |
| download | qmmp-6d9653f4d1becfdd260f60c9177d5e3ca6dc56af.tar.gz qmmp-6d9653f4d1becfdd260f60c9177d5e3ca6dc56af.tar.bz2 qmmp-6d9653f4d1becfdd260f60c9177d5e3ca6dc56af.zip | |
gcc-4.3 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@610 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/skin.h')
| -rw-r--r-- | src/ui/skin.h | 2 |
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(); } |
