Fixed dir access return value, changed it to Error like all other funcs

This commit is contained in:
Juan Linietsky
2017-01-14 09:16:41 -03:00
parent 7b9f2d9929
commit da4170540c
12 changed files with 21 additions and 21 deletions

View File

@ -72,7 +72,7 @@ protected:
public:
virtual bool list_dir_begin()=0; ///< This starts dir listing
virtual Error list_dir_begin()=0; ///< This starts dir listing
virtual String get_next(bool* p_is_dir); // compatibility
virtual String get_next()=0;
virtual bool current_is_dir() const=0;