Skip to content

Commit

Permalink
why would you do this
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Feb 1, 2021
1 parent 20152d9 commit 55869d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ namespace winrt::TerminalApp::implementation
IVectorView<Profile> profiles,
IMapView<winrt::hstring, ColorScheme> schemes)
{
IVector<SettingsLoadWarnings> warnings;
IVector<SettingsLoadWarnings> warnings{ winrt::single_threaded_vector<SettingsLoadWarnings>() };

std::vector<ColorScheme> sortedSchemes;
sortedSchemes.reserve(schemes.Size());
Expand Down

1 comment on commit 55869d8

@github-actions

This comment was marked as spam.

Please sign in to comment.