changed incorrect class into struct

This commit is contained in:
David Bommes
2016-08-03 10:07:28 +02:00
parent 4f5e58b682
commit b82e329c21

View File

@@ -164,7 +164,7 @@ namespace std {
template <>
class hash<OpenMesh::BaseHandle >
struct hash<OpenMesh::BaseHandle >
: public std::unary_function<OpenMesh::BaseHandle, std::size_t>
{