From 3fe88a8759c14fff31bb4149237bff4b2dc43582 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 27 Sep 2009 09:54:02 +0000 Subject: 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 --- src/ui/textscroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/textscroller.cpp') 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; -- cgit v1.2.3-13-gbd6f