diff options
Diffstat (limited to 'src/libjin/Math/Vector2.hpp')
-rw-r--r-- | src/libjin/Math/Vector2.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Math/Vector2.hpp b/src/libjin/Math/Vector2.hpp index f0bbfc7..51ac4a7 100644 --- a/src/libjin/Math/Vector2.hpp +++ b/src/libjin/Math/Vector2.hpp @@ -34,7 +34,7 @@ namespace jin }; - } // math -} // jin + } // namespace math +} // namespace jin #endif
\ No newline at end of file |