diff options
author | Marc <marc.gilleron@gmail.com> | 2021-01-31 20:15:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 20:15:44 +0000 |
commit | e8de1fa2a5e2974c273fde35bc5ecac375ae98ec (patch) | |
tree | 286a8e2e25c18fe11f346835b3021afae2e9b77f /include/core/Wrapped.hpp | |
parent | 05ba977cc60653952b73dc03498ebc7a93cef120 (diff) | |
parent | b400dba87534640eeddbcdb6b319335a6a7639d8 (diff) | |
download | redot-cpp-e8de1fa2a5e2974c273fde35bc5ecac375ae98ec.tar.gz |
Merge pull request #490 from Zylann/container_leaks
Fix container and string leaks
Diffstat (limited to 'include/core/Wrapped.hpp')
-rw-r--r-- | include/core/Wrapped.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/Wrapped.hpp b/include/core/Wrapped.hpp index a26b448..6610bff 100644 --- a/include/core/Wrapped.hpp +++ b/include/core/Wrapped.hpp @@ -5,6 +5,7 @@ namespace godot { +// This is an internal base class used by the bindings. You should not need to access its members. class _Wrapped { public: godot_object *_owner; |