diff options
| author | Rémi Verschelde | 2017-12-17 23:58:59 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-17 23:58:59 +0100 |
| commit | e83c50293929a0170af87d3c10318f400ceee07d (patch) | |
| tree | 7f8dbc51b785247d7846fa4cab7ab7d271de4d72 /core/dictionary.cpp | |
| parent | 27642868f18007883c25177f959cb223f4e325f3 (diff) | |
| parent | f19fc83546f0557054816bfcd2e5342c82cf54c9 (diff) | |
| download | godot-e83c50293929a0170af87d3c10318f400ceee07d.tar.gz godot-e83c50293929a0170af87d3c10318f400ceee07d.tar.zst godot-e83c50293929a0170af87d3c10318f400ceee07d.zip | |
Diffstat (limited to 'core/dictionary.cpp')
| -rw-r--r-- | core/dictionary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dictionary.cpp b/core/dictionary.cpp index 44fce2474..66af6a1a9 100644 --- a/core/dictionary.cpp +++ b/core/dictionary.cpp @@ -215,7 +215,7 @@ const Variant *Dictionary::next(const Variant *p_key) const { return NULL; } -Dictionary Dictionary::copy() const { +Dictionary Dictionary::duplicate() const { Dictionary n; |
