diff options
| author | eska | 2016-04-28 02:39:52 +0200 |
|---|---|---|
| committer | eska | 2016-04-28 16:13:26 +0200 |
| commit | ab4caa79538750d7557308dd4f83d6b17d9bdd22 (patch) | |
| tree | fb9cba811280fff644be76317e766b4028ced1cc /platform/osx/export/export.cpp | |
| parent | 8156f4944eac69fd6cbe16e5b24221a5a0412c54 (diff) | |
| download | godot-ab4caa79538750d7557308dd4f83d6b17d9bdd22.tar.gz godot-ab4caa79538750d7557308dd4f83d6b17d9bdd22.tar.zst godot-ab4caa79538750d7557308dd4f83d6b17d9bdd22.zip | |
Diffstat (limited to 'platform/osx/export/export.cpp')
| -rw-r--r-- | platform/osx/export/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/export/export.cpp b/platform/osx/export/export.cpp index 0bece6ec7..3bc4ebdb1 100644 --- a/platform/osx/export/export.cpp +++ b/platform/osx/export/export.cpp @@ -59,7 +59,7 @@ public: virtual String get_device_info(int p_device) const { return String(); } virtual Error run(int p_device,int p_flags=0); - virtual bool requieres_password(bool p_debug) const { return false; } + virtual bool requires_password(bool p_debug) const { return false; } virtual String get_binary_extension() const { return "zip"; } virtual Error export_project(const String& p_path,bool p_debug,int p_flags=0); |
