diff options
| author | Juan Linietsky | 2017-01-14 09:16:41 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-14 09:17:15 -0300 |
| commit | da4170540cbe3dcec4855ddbb59edf1abd7cf9b4 (patch) | |
| tree | 873e57d1fdbf5cfe414c9610068e78ce0d4258db /core/io/file_access_pack.h | |
| parent | 7b9f2d9929d0e8516d42379962533df823c7c550 (diff) | |
| download | godot-da4170540cbe3dcec4855ddbb59edf1abd7cf9b4.tar.gz godot-da4170540cbe3dcec4855ddbb59edf1abd7cf9b4.tar.zst godot-da4170540cbe3dcec4855ddbb59edf1abd7cf9b4.zip | |
Diffstat (limited to 'core/io/file_access_pack.h')
| -rw-r--r-- | core/io/file_access_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h index 83340a662..0a1320e57 100644 --- a/core/io/file_access_pack.h +++ b/core/io/file_access_pack.h @@ -209,7 +209,7 @@ class DirAccessPack : public DirAccess { public: - virtual bool list_dir_begin(); + virtual Error list_dir_begin(); virtual String get_next(); virtual bool current_is_dir() const; virtual bool current_is_hidden() const; |
