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() ) );
|
wxLogTrace( tracePathsAndFiles, "%s: failed to add '%s'\n", __func__, TO_UTF8( fn.GetFullPath() ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
if( !m_watcher->Add( fn ) )
|
if( !m_watcher->Add( fn ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue