summaryrefslogtreecommitdiffhomepage
path: root/compat/qhash.hpp
diff options
context:
space:
mode:
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