summaryrefslogtreecommitdiffhomepage
path: root/compat/qhash.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-01-17 14:28:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2020-01-17 14:28:05 +0100
commit216a24dd55996f8ea444a0afd4a72f076773eedd (patch)
tree4acd534be27f6fc1a585e73872ce5ba06f6badc4 /compat/qhash.hpp
parent784b40b4974533742c6607b3f7281c6e998a5bb3 (diff)
try to fix build
Diffstat (limited to 'compat/qhash.hpp')
-rw-r--r--compat/qhash.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/qhash.hpp b/compat/qhash.hpp
index ae7ada6a..83b154f4 100644
--- a/compat/qhash.hpp
+++ b/compat/qhash.hpp
@@ -21,6 +21,8 @@ template<> struct hash<QString>
return qHash(value);
}
};
+
+template class hash<QString>;
}
#endif