[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/juk
From:       Raphael Kubo da Costa <rakuco () FreeBSD ! org>
Date:       2012-01-03 16:09:04
Message-ID: 20120103160904.563D6AC7DB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1271272 by rkcosta:

Fix build with clang.

The call to QSet::contains() failed due to [1].

CCMAIL: mpyne@kde.org

[1] http://clang.llvm.org/compatibility.html#dep_lookup_bases


 M  +1 -1      stringhash.h  


--- trunk/KDE/kdemultimedia/juk/stringhash.h #1271271:1271272
@@ -33,7 +33,7 @@
      */
     inline bool insert(const T &value)
     {
-        if(contains(value))
+        if(this->contains(value))
             return true;
         QSet<T>::insert(value);
         return false;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic