diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-10-06 11:23:14 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-10-07 13:36:04 (GMT) |
commit | a9a7fa34f12c54df4951c7e3b3afd6b9712ea57a (patch) | |
tree | 78556809db899ffa06adf09d7b0376fdc82732af /tests/auto/collections | |
parent | c509f556628fa73192604869b3f1135af5e447ca (diff) | |
download | Qt-a9a7fa34f12c54df4951c7e3b3afd6b9712ea57a.zip Qt-a9a7fa34f12c54df4951c7e3b3afd6b9712ea57a.tar.gz Qt-a9a7fa34f12c54df4951c7e3b3afd6b9712ea57a.tar.bz2 |
Fix RVCT compile error in tst_collections
Reviewed-By: Olivier Goffart
Diffstat (limited to 'tests/auto/collections')
-rw-r--r-- | tests/auto/collections/tst_collections.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp index 0adceee..82ec0fa 100644 --- a/tests/auto/collections/tst_collections.cpp +++ b/tests/auto/collections/tst_collections.cpp @@ -3632,7 +3632,7 @@ template<template<class, class> class C> void QTBUG13079_collectionInsideCollect } -static quint32 qHash(const QTBUG13079_Node<QSet> &) +quint32 qHash(const QTBUG13079_Node<QSet> &) { return 0; } |