]> git.sesse.net Git - vlc/commitdiff
Phonon: fix for Win32 compilation
authorBenoit Calvez <Benoit.Calvez@gmail.com>
Mon, 11 Jan 2010 13:14:08 +0000 (14:14 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Jan 2010 13:15:12 +0000 (14:15 +0100)
bindings/phonon/vlc/vlcloader.cpp

index c85fff0d3e0c63b21d4a12219a63858b378716da..6b01e949868d916ce55b96d95698c98d26a0015b 100644 (file)
@@ -162,7 +162,7 @@ static QStringList findAllLibVlc()
         paths << vlcInstallDir + QLatin1Char('\\') + "libvlc.dll";
         return paths;
     } else {
-        return QString();
+        return QStringList();
     }
 #endif
 }