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

View File

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