From 9a881ac796dd46b4bdde7f48d8003160c2242c2d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 7 Oct 2018 00:55:59 +0200 Subject: fix GCC build errors Issue: #726 --- compat/qhash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/qhash.hpp b/compat/qhash.hpp index ba569285..c2be4fc5 100644 --- a/compat/qhash.hpp +++ b/compat/qhash.hpp @@ -6,7 +6,7 @@ namespace std { template<> struct hash { - constexpr unsigned operator()(const QString& value) const + unsigned operator()(const QString& value) const { return qHash(value); } -- cgit v1.2.3