mpxplugins/viewplugins/views/upnpplaybackview/src/mpxupnpplaybackviewcontainer.cpp
changeset 1 8118492f1bdf
parent 0 ff3acec5bc43
--- a/mpxplugins/viewplugins/views/upnpplaybackview/src/mpxupnpplaybackviewcontainer.cpp	Thu Dec 17 08:45:05 2009 +0200
+++ b/mpxplugins/viewplugins/views/upnpplaybackview/src/mpxupnpplaybackviewcontainer.cpp	Thu Jan 07 12:45:53 2010 +0200
@@ -160,14 +160,15 @@
 // ---------------------------------------------------------------------------
 //
 void CMPXUPnPPlaybackViewContainer::RedrawRect(
-    const TRect& aRect,
-    CBitmapContext& aGc) const
+ const TRect& aRect) const
     {
-    CMPXCommonPlaybackViewContainer::RedrawRect( aRect, aGc );
+
+    CMPXCommonPlaybackViewContainer::RedrawRect( aRect );
 
     if ( iRemotePlayerUsed )
         {
-        DrawIndicator( aGc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
+        CWindowGc& gc = SystemGc();
+        DrawIndicator( gc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon );
         }
     }