Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Dec 19, 2023
1 parent c30b8d1 commit fc66a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/settings.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public:
{
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 fc66a94

Please sign in to comment.