Skip to content

Commit

Permalink
fix build (microsoft#2785)
Browse files Browse the repository at this point in the history
* Use INHERITABLE_SETTING macro
  • Loading branch information
christapley committed Mar 8, 2021
1 parent 9ec2218 commit f1c1cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/Profile.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation

INHERITABLE_SETTING(Model::Profile, Model::BellStyle, BellStyle, BellStyle::Audible);

GETSET_SETTING(Model::Profile, winrt::Windows::Foundation::Collections::StringMap, EnvironmentVariables);
INHERITABLE_SETTING(Model::Profile, winrt::Windows::Foundation::Collections::StringMap, EnvironmentVariables, {});

private:
winrt::Windows::Foundation::Collections::StringMap _EvaluatedEnvironmentVariables() const;
Expand Down

0 comments on commit f1c1cc4

Please sign in to comment.