Fix a compil issue on Windows (missing closing brace)
This commit is contained in:
parent
b9b19cb5fb
commit
59e34dcbec
|
@ -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 ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue