summaryrefslogtreecommitdiffstats
path: root/tests/auto/collections
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-10-06 11:23:14 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-10-07 13:36:04 (GMT)
commita9a7fa34f12c54df4951c7e3b3afd6b9712ea57a (patch)
tree78556809db899ffa06adf09d7b0376fdc82732af /tests/auto/collections
parentc509f556628fa73192604869b3f1135af5e447ca (diff)
downloadQt-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.cpp2
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;
}