diff --git a/src/cascadia/TerminalSettingsModel/ActionArgs.h b/src/cascadia/TerminalSettingsModel/ActionArgs.h index b6b75bd2df..e861acdad6 100644 --- a/src/cascadia/TerminalSettingsModel/ActionArgs.h +++ b/src/cascadia/TerminalSettingsModel/ActionArgs.h @@ -606,7 +606,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation return otherAsUs->_ContentArgs.Equals(_ContentArgs); } return false; - }; + } static FromJsonResult FromJson(const Json::Value& json) { // LOAD BEARING: Not using make_self here _will_ break you in the future! @@ -707,7 +707,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation otherAsUs->_SplitMode == _SplitMode; } return false; - }; + } static FromJsonResult FromJson(const Json::Value& json) { // LOAD BEARING: Not using make_self here _will_ break you in the future! @@ -835,7 +835,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation return otherAsUs->_ContentArgs.Equals(_ContentArgs); } return false; - }; + } static FromJsonResult FromJson(const Json::Value& json) { // LOAD BEARING: Not using make_self here _will_ break you in the future! @@ -985,7 +985,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation return otherAsUs->_Actions == _Actions; } return false; - }; + } static FromJsonResult FromJson(const Json::Value& json) { // LOAD BEARING: Not using make_self here _will_ break you in the future!