mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-01 07:40:18 -04:00
fix pickfiles
This commit is contained in:
parent
df459dec3c
commit
449ee464be
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ Result<std::vector<ghc::filesystem::path>> file::pickFiles(
|
|||
|
||||
GEODE_DLL void file::pickFiles(
|
||||
FilePickOptions const& options,
|
||||
MiniFunction<void(ghc::filesystem::path)> callback,
|
||||
MiniFunction<void(std::vector<ghc::filesystem::path>)> callback,
|
||||
MiniFunction<void()> failed
|
||||
) {
|
||||
auto result = file::pickFiles(options);
|
||||
|
|
|
@ -121,7 +121,7 @@ Result<std::vector<ghc::filesystem::path>> utils::file::pickFiles(
|
|||
|
||||
GEODE_DLL void file::pickFiles(
|
||||
FilePickOptions const& options,
|
||||
MiniFunction<void(ghc::filesystem::path)> callback,
|
||||
MiniFunction<void(std::vector<ghc::filesystem::path>)> callback,
|
||||
MiniFunction<void()> failed
|
||||
) {
|
||||
auto result = file::pickFiles(options);
|
||||
|
|
Loading…
Add table
Reference in a new issue