diff options
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/qhash.hpp | 2 | 
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 | 
