Dictionary::copy -> ::duplicate

This commit is contained in:
Will Nations
2017-12-17 16:07:15 -06:00
parent 1b9c8daf7b
commit f19fc83546
6 changed files with 12 additions and 10 deletions

View File

@ -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;