Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Oct 5, 2023
1 parent aff3054 commit bac1e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/FusionDxHook
Submodule FusionDxHook updated 1 files
+1,107 −1,082 includes/fusiondxhook.h
2 changes: 1 addition & 1 deletion source/xrd.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class WaterDrops

if (std::filesystem::exists(iniReader.GetIniPath()))
{
static filewatch::FileWatch<std::string> watch(iniReader.GetIniPath(), [&](const std::string& path, const filewatch::Event change_type)
static filewatch::FileWatch<std::string> watch(iniReader.GetIniPath().string(), [&](const std::string& path, const filewatch::Event change_type)
{
if (change_type == filewatch::Event::modified)
{
Expand Down

0 comments on commit bac1e8c

Please sign in to comment.