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

List:       kde-commits
Subject:    branches/KDE/4.8/kdemultimedia/juk
From:       Raphael Kubo da Costa <rakuco () FreeBSD ! org>
Date:       2012-01-03 16:10:40
Message-ID: 20120103161040.803DAAC7DB () svn ! kde ! org
[Download RAW message or body]

SVN commit 1271274 by rkcosta:

Backport r1271272 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  


--- branches/KDE/4.8/kdemultimedia/juk/stringhash.h #1271273:1271274
@@ -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