diff options
Diffstat (limited to 'src/libjin/Math/Vector4.hpp')
-rw-r--r-- | src/libjin/Math/Vector4.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Math/Vector4.hpp b/src/libjin/Math/Vector4.hpp index e869ddf..c7dfaa8 100644 --- a/src/libjin/Math/Vector4.hpp +++ b/src/libjin/Math/Vector4.hpp @@ -1,5 +1,5 @@ -#ifndef __JIN_VECTOR4_H -#define __JIN_VECTOR4_H +#ifndef __LIBJIN_VECTOR4_H +#define __LIBJIN_VECTOR4_H namespace jin { |