mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-23 13:36:25 +00:00
43238bb59a
Fixes this warning: ``` ./core/os/dir_access.h:74:17: warning: 'virtual String DirAccess::get_next(bool*)' was hidden [-Woverloaded-virtual] ``` Part of #30790.