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 /include/core | |
| parent | 407710b6228ce0cc332af29234e739c4b378ec8a (diff) | |
| download | redot-cpp-4e8508ad5324045a277163dad1b3cec327fedad2.tar.gz | |
Fixup style after #563
Diffstat (limited to 'include/core')
| -rw-r--r-- | include/core/Variant.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp index d2c19e0..7f388d3 100644 --- a/include/core/Variant.hpp +++ b/include/core/Variant.hpp @@ -50,7 +50,6 @@ #include "Vector2.hpp" #include "Vector3.hpp" - namespace godot { class Dictionary; |
