Skip to content

Commit

Permalink
maybe I'm not that good at coding
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Nov 8, 2023
1 parent f622d80 commit 6bc711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() })
{
Expand Down

0 comments on commit 6bc711d

Please sign in to comment.