Fix a compil issue on Windows (missing closing brace)

This commit is contained in:
jean-pierre charras 2024-05-07 12:48:41 +02:00
parent b9b19cb5fb
commit 59e34dcbec
1 changed files with 1 additions and 0 deletions

View File

@ -1416,6 +1416,7 @@ void PROJECT_TREE_PANE::FileWatcherReset()
wxLogTrace( tracePathsAndFiles, "%s: failed to add '%s'\n", __func__, TO_UTF8( fn.GetFullPath() ) );
return;
}
}
#else
if( !m_watcher->Add( fn ) )
{