summaryrefslogtreecommitdiffstats
path: root/include/core/Variant.hpp
diff options
context:
space:
mode:
authorRamesh Ravone <ramesh.maran443@gmail.com>2017-10-03 16:07:34 +0530
committerRamesh Ravone <ramesh.maran443@gmail.com>2017-10-03 16:07:34 +0530
commit10bb24cfbc21a9cb6591a311052d63c53c498573 (patch)
tree0e065c28d6f2f162ae68b9f2c072bfe21cf56914 /include/core/Variant.hpp
parentdef39f4862f8d2340db45d3a41903b59e37e3eda (diff)
downloadredot-cpp-10bb24cfbc21a9cb6591a311052d63c53c498573.tar.gz
updated bindings
Diffstat (limited to 'include/core/Variant.hpp')
-rw-r--r--include/core/Variant.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/Variant.hpp b/include/core/Variant.hpp
index 6d9b1a7..b4741f9 100644
--- a/include/core/Variant.hpp
+++ b/include/core/Variant.hpp
@@ -1,7 +1,7 @@
#ifndef VARIANT_H
#define VARIANT_H
-#include <godot/variant.h>
+#include <gdnative/variant.h>
#include "Defs.hpp"
@@ -259,7 +259,7 @@ public:
bool hash_compare(const Variant& b) const;
- bool booleanize(bool &valid) const;
+ bool booleanize() const;
~Variant();