Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-zamora committed Sep 14, 2021
1 parent 62995c2 commit 7179804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ JSON_ENUM_MAPPER(::winrt::Microsoft::Terminal::Core::SelectionDirection)
JSON_ENUM_MAPPER(::winrt::Microsoft::Terminal::Core::SelectionExpansion)
{
static constexpr std::array<pair_type, 4> mappings = {
pair_type{ "cell", ValueType::Cell },
pair_type{ "char", ValueType::Char },
pair_type{ "word", ValueType::Word },
pair_type{ "view", ValueType::Viewport },
pair_type{ "buffer", ValueType::Buffer }
Expand Down

0 comments on commit 7179804

Please sign in to comment.