Merge branch 'fixhash' into 'master'
changed incorrect class into struct See merge request !77
This commit is contained in:
@@ -164,7 +164,7 @@ namespace std {
|
||||
|
||||
|
||||
template <>
|
||||
class hash<OpenMesh::BaseHandle >
|
||||
struct hash<OpenMesh::BaseHandle >
|
||||
: public std::unary_function<OpenMesh::BaseHandle, std::size_t>
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user