From f19fc83546f0557054816bfcd2e5342c82cf54c9 Mon Sep 17 00:00:00 2001 From: Will Nations Date: Sun, 17 Dec 2017 16:07:15 -0600 Subject: Dictionary::copy -> ::duplicate --- core/dictionary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/dictionary.cpp') 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; -- cgit v1.2.3