diff options
Diffstat (limited to 'tools/editor/quick_open.h')
-rw-r--r-- | tools/editor/quick_open.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/quick_open.h b/tools/editor/quick_open.h index 45527090b7..c253f7606e 100644 --- a/tools/editor/quick_open.h +++ b/tools/editor/quick_open.h @@ -49,6 +49,7 @@ class EditorQuickOpen : public ConfirmationDialog { void _sbox_input(const InputEvent& p_ie); void _parse_fs(EditorFileSystemDirectory *efsd, Vector< Pair< String,Ref <Texture> > > &list); + float _path_cmp(String search, String path) const; void _confirmed(); |