maybe I'm not that good at coding

This commit is contained in:
Mike Griese
2023-11-08 11:10:58 -06:00
parent f622d80004
commit 6bc711de06

View File

@@ -1686,7 +1686,7 @@ namespace winrt::TerminalApp::implementation
return _zoomedPane != nullptr;
}
TermControl& _termControlFromPane(const auto& pane)
TermControl _termControlFromPane(const auto& pane)
{
if (const auto content{ pane->GetContent() })
{