diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2021-09-27 12:26:32 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-09-27 12:26:32 +0200 |
commit | 4e8508ad5324045a277163dad1b3cec327fedad2 (patch) | |
tree | 83a49b653176dd2ab2dde251ea5b797eacc6f0ee /src/core/Variant.cpp | |
parent | 407710b6228ce0cc332af29234e739c4b378ec8a (diff) | |
download | redot-cpp-4e8508ad5324045a277163dad1b3cec327fedad2.tar.gz |
Fixup style after #563
Diffstat (limited to 'src/core/Variant.cpp')
-rw-r--r-- | src/core/Variant.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/Variant.cpp b/src/core/Variant.cpp index 136b743..a0b50df 100644 --- a/src/core/Variant.cpp +++ b/src/core/Variant.cpp @@ -37,7 +37,6 @@ #include "GodotGlobal.hpp" #include "Object.hpp" - namespace godot { Variant::Variant() { |