Actually compiling the code is a good idea.

This commit is contained in:
Schuyler Rosefield 2021-09-09 20:14:47 -04:00
parent e386d6f6c7
commit f765728e88

View file

@ -328,7 +328,7 @@ namespace winrt::Microsoft::Terminal::Remoting::implementation
_peasant.QuitRequested([weakThis{ get_weak() }](auto&&, auto&&) {
if (auto wm = weakThis.get())
{
wm._monarchWaitInterrupt.SetEvent();
wm->_monarchWaitInterrupt.SetEvent();
}
});