summaryrefslogtreecommitdiff
path: root/core/dictionary.cpp
diff options
context:
space:
mode:
authorWill Nations <willnationsdev@gmail.com>2017-12-17 16:07:15 -0600
committerWill Nations <willnationsdev@gmail.com>2017-12-17 16:07:15 -0600
commitf19fc83546f0557054816bfcd2e5342c82cf54c9 (patch)
treeb2eb497e74cfded3cbfc7999432c12c200ccbd9c /core/dictionary.cpp
parent1b9c8daf7bb981f93e23a0a9acd5fbb9b90730fc (diff)
Dictionary::copy -> ::duplicate
Diffstat (limited to 'core/dictionary.cpp')
-rw-r--r--core/dictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dictionary.cpp b/core/dictionary.cpp
index 44fce2474f..66af6a1a9a 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;