diff options
| author | Will Nations | 2017-12-17 16:07:15 -0600 |
|---|---|---|
| committer | Will Nations | 2017-12-17 16:07:15 -0600 |
| commit | f19fc83546f0557054816bfcd2e5342c82cf54c9 (patch) | |
| tree | b2eb497e74cfded3cbfc7999432c12c200ccbd9c /core/dictionary.h | |
| parent | 1b9c8daf7bb981f93e23a0a9acd5fbb9b90730fc (diff) | |
| download | godot-f19fc83546f0557054816bfcd2e5342c82cf54c9.tar.gz godot-f19fc83546f0557054816bfcd2e5342c82cf54c9.tar.zst godot-f19fc83546f0557054816bfcd2e5342c82cf54c9.zip | |
Diffstat (limited to 'core/dictionary.h')
| -rw-r--r-- | core/dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dictionary.h b/core/dictionary.h index c8177d564..1d8ca0023 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -74,7 +74,7 @@ public: Array keys() const; Array values() const; - Dictionary copy() const; + Dictionary duplicate() const; Dictionary(const Dictionary &p_from); Dictionary(); |
