diff options
| author | Juan Linietsky | 2017-08-05 19:48:29 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-08-05 19:50:53 -0300 |
| commit | a3a7fb83e645112eb2b7f6620cda9fbaf434311a (patch) | |
| tree | 89d5fb27992a04044751cda28d3f30ae45bc63a3 /core/variant.h | |
| parent | 435bedd9ef58817926bb0e7df9586e1d137b761b (diff) | |
| download | godot-a3a7fb83e645112eb2b7f6620cda9fbaf434311a.tar.gz godot-a3a7fb83e645112eb2b7f6620cda9fbaf434311a.tar.zst godot-a3a7fb83e645112eb2b7f6620cda9fbaf434311a.zip | |
Diffstat (limited to 'core/variant.h')
| -rw-r--r-- | core/variant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/variant.h b/core/variant.h index 583a0d09a..4d137efac 100644 --- a/core/variant.h +++ b/core/variant.h @@ -42,8 +42,8 @@ #include "io/ip_address.h" #include "math_2d.h" #include "matrix3.h" -#include "os/power.h" #include "node_path.h" +#include "os/power.h" #include "plane.h" #include "quat.h" #include "rect3.h" @@ -239,7 +239,7 @@ public: operator IP_Address() const; - Variant(bool p_bool); + explicit Variant(bool p_bool); Variant(signed int p_int); // real one Variant(unsigned int p_int); #ifdef NEED_LONG_INT |
