Fixing an oopsie (2)

This commit is contained in:
S6066 2016-10-12 18:11:56 +02:00 committed by GitHub
parent d69166991a
commit e1d948c348
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace std
{
template<class T>
struct hash<Nz::Vector2<T>>;
struct hash<Nz::Vector3<T>>;
}