aboutsummaryrefslogtreecommitdiff
path: root/core/array.h
diff options
context:
space:
mode:
authorJuan Linietsky2018-04-08 09:39:03 -0300
committerGitHub2018-04-08 09:39:03 -0300
commit4ee3f3251dc55ae49c873bc1895cecf75bc0bf8a (patch)
treead5442ba88596748b67ec6834a50b61543c8d916 /core/array.h
parent8a5fb669ae3590fa1aa3f1fb90d01c3dca843c94 (diff)
parent9f6c0c6eaef754f2049ee536c5b38bfdc65fbd08 (diff)
downloadgodot-4ee3f3251dc55ae49c873bc1895cecf75bc0bf8a.tar.gz
godot-4ee3f3251dc55ae49c873bc1895cecf75bc0bf8a.tar.zst
godot-4ee3f3251dc55ae49c873bc1895cecf75bc0bf8a.zip
Diffstat (limited to 'core/array.h')
-rw-r--r--core/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/array.h b/core/array.h
index 684a8e265..e549a886e 100644
--- a/core/array.h
+++ b/core/array.h
@@ -88,7 +88,7 @@ public:
Variant pop_back();
Variant pop_front();
- Array duplicate() const;
+ Array duplicate(bool p_deep = false) const;
Array(const Array &p_from);
Array();