Dictionary::copy -> ::duplicate
This commit is contained in:
parent
1b9c8daf7b
commit
f19fc83546
6 changed files with 12 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue