summaryrefslogtreecommitdiffstats
path: root/src/Vector3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Vector3.h')
-rw-r--r--src/Vector3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Vector3.h b/src/Vector3.h
index 355ba6a52..ed3f296a6 100644
--- a/src/Vector3.h
+++ b/src/Vector3.h
@@ -374,6 +374,7 @@ protected:
+
template <> inline Vector3<int> Vector3<int>::Floor(void) const
{
return *this;