summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-07-10 12:46:09 +0200
committermadmaxoft <github@xoft.cz>2014-07-10 12:46:09 +0200
commitdb759891578c1cf4ce7f6d577b73fd1981ed502e (patch)
treee8137f2a6b6e5c59502dca4520e0566ad551adc0
parentFixed Vector3.h compilation in MSVC2008. (diff)
downloadcuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar.gz
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar.bz2
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar.lz
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar.xz
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.tar.zst
cuberite-db759891578c1cf4ce7f6d577b73fd1981ed502e.zip
-rw-r--r--src/Vector3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Vector3.h b/src/Vector3.h
index 0a0968c59..c175bf135 100644
--- a/src/Vector3.h
+++ b/src/Vector3.h
@@ -316,7 +316,7 @@ protected:
-template <> Vector3<int> Vector3<int>::Floor(void) const
+template <> inline Vector3<int> Vector3<int>::Floor(void) const
{
return *this;
}