aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-27 09:54:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-27 09:54:02 +0000
commit3fe88a8759c14fff31bb4149237bff4b2dc43582 (patch)
treea1eb9081ae9bc4d359a2575b59a4d308acd5578c /src/ui
parent1ac72677511d781430b2a35de3d0ffc75fdb526d (diff)
downloadqmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.tar.gz
qmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.tar.bz2
qmmp-3fe88a8759c14fff31bb4149237bff4b2dc43582.zip
fixed build (Closes issue 175)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1264 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/textscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index 50fa0849b..81017a088 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -161,7 +161,7 @@ void TextScroller::showEvent (QShowEvent *)
m_timer->start();
}
-inline void drawBitmapText(int x, int y, const QString &text, QPainter *paint, const Skin *skin)
+inline void drawBitmapText(int x, int y, const QString &text, QPainter *paint, Skin *skin)
{
QString lowertext = text.toLower();
int chwidth, ypix;