godot-cpp/include/godot_cpp/variant
Martin Capitanio a926b96103 clang: Add CallableCustomMethodPointerBase virtual destructor
Fixes #1272
+ clang++ (debian v16/v17) warning:
	destructor called on
	'godot::CallableCustomMethodPointerBase' that is abstract but has non-virtual destructor
	[-Wdelete-abstract-non-virtual-dtor]
2023-10-19 09:37:11 +02:00
..
aabb.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
array_helpers.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
basis.hpp Fix a shadowed enum (EulerOrder) 2023-01-17 18:38:24 -05:00
callable_method_pointer.hpp clang: Add CallableCustomMethodPointerBase virtual destructor 2023-10-19 09:37:11 +02:00
char_string.hpp Declare explicit specializations for `CharStringT` 2023-10-12 16:00:48 +02:00
char_utils.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
color.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
color_names.inc.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
plane.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
projection.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
quaternion.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
rect2.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
rect2i.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
transform2d.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
transform3d.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
typed_array.hpp Update typed array API to match "GDScript: Fix typed arrays". 2023-01-31 11:28:55 +02:00
variant.hpp Fix variant call compiler error 2023-09-09 11:30:29 -05:00
vector2.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
vector2i.hpp Sync license copyright with upstream GH-70885 2023-01-10 16:15:31 +01:00
vector3.hpp Add remaining component-wise `min/max` functions to `Vector*` 2023-08-16 13:52:51 +02:00
vector3i.hpp Add remaining component-wise `min/max` functions to `Vector*` 2023-08-16 13:52:51 +02:00
vector4.hpp Add remaining component-wise `min/max` functions to `Vector*` 2023-08-16 13:52:51 +02:00
vector4i.hpp Add remaining component-wise `min/max` functions to `Vector*` 2023-08-16 13:52:51 +02:00