From e1d948c34881c8402e05f78440d591feb1a38da5 Mon Sep 17 00:00:00 2001 From: S6066 Date: Wed, 12 Oct 2016 18:11:56 +0200 Subject: [PATCH] Fixing an oopsie (2) --- include/Nazara/Math/Vector3.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Nazara/Math/Vector3.hpp b/include/Nazara/Math/Vector3.hpp index cff16be55..2725fcc45 100644 --- a/include/Nazara/Math/Vector3.hpp +++ b/include/Nazara/Math/Vector3.hpp @@ -146,7 +146,7 @@ namespace std { template -struct hash>; +struct hash>; }