Fix windows build

(cherry picked from commit 9211136953)
This commit is contained in:
Seth Hillbrand
2025-02-26 18:15:44 -08:00
parent cc2ca441fa
commit c7afa8ce87
+1 -1
View File
@@ -2036,7 +2036,7 @@ void PROJECT_TREE_PANE::updateGitStatusIconMap()
// Need to treat windows network paths special here until we get the samba bug fixed
// https://github.com/wxWidgets/wxWidgets/issues/18953
CallAfter(
[this]()
[this, refresh]()
{
m_gitStatusTimer.Start( refresh, wxTIMER_ONE_SHOT );
} );