Skip to content

Commit

Permalink
forgot to update function signature in header as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LAK132 committed Oct 29, 2023
1 parent 264eefc commit d1fadf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imgui_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ namespace lak
ImVec2 size = {0,
0});

lak::error_code_result<lak::file_open_error> open_file_modal(fs::path &path,
bool save);
lak::error_code_result<lak::file_open_error> open_file_modal(
fs::path &path, bool save, const std::string &filter = ".*");

lak::error_code_result<lak::file_open_error> open_folder_modal(
fs::path &path);
Expand Down

0 comments on commit d1fadf8

Please sign in to comment.