diff options
author | madmaxoft <github@xoft.cz> | 2014-07-10 12:46:09 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-07-10 12:46:09 +0200 |
commit | db759891578c1cf4ce7f6d577b73fd1981ed502e (patch) | |
tree | e8137f2a6b6e5c59502dca4520e0566ad551adc0 /src/Vector3.h | |
parent | Fixed Vector3.h compilation in MSVC2008. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Vector3.h | 2 |
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; } |