Skip to content

Commit

Permalink
remove unnecessary explicit namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Sep 14, 2021
1 parent 9deb5d5 commit e498dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalCore/Terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ WORD Terminal::_TakeVirtualKeyFromLastKeyEvent(const WORD scanCode) noexcept
return std::unique_lock{ _readWriteLock };
}

Microsoft::Console::Types::Viewport Terminal::_GetMutableViewport() const noexcept
Viewport Terminal::_GetMutableViewport() const noexcept
{
return _mutableViewport;
}
Expand Down

0 comments on commit e498dea

Please sign in to comment.