[PR #10335] [MERGED] Fix some places where we weren't using winrt::make #27996

Open
opened 2026-01-31 09:25:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10335
Author: @marcelwgn
Created: 6/4/2021
Status: Merged
Merged: 6/4/2021
Merged by: @undefined

Base: mainHead: dev/fix-winrt-build-issues


📝 Commits (6)

📊 Changes

3 files changed (+7 additions, -15 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.base.h (+4 -12)
📝 src/cascadia/TerminalSettingsEditor/MainPage.h (+2 -2)
📝 src/cascadia/TerminalSettingsModel/ActionMap.cpp (+1 -1)

📄 Description

This fixes some places where we were in fact not using winrt::make<>

Related to #10264
Closes #10323


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/10335 **Author:** [@marcelwgn](https://github.com/marcelwgn) **Created:** 6/4/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/fix-winrt-build-issues` --- ### 📝 Commits (6) - [`1e7d816`](https://github.com/microsoft/terminal/commit/1e7d816c1afc254af9e1d31a5ead3e08db16a4cf) Fix build failures - [`40936b5`](https://github.com/microsoft/terminal/commit/40936b5b0629d0a2fabcc8169770a9f3e775e5b7) Fix formatting - [`19bd20b`](https://github.com/microsoft/terminal/commit/19bd20ba2374cad1ee05cd3be3c6a2fe0cae1823) CR feedback - [`29a4a4a`](https://github.com/microsoft/terminal/commit/29a4a4ab9402eb95317815277b945490efa4b855) Code format - [`9540e8f`](https://github.com/microsoft/terminal/commit/9540e8fd6475ae0e2b175582c02b6cb1c4c15645) CR feedback - [`77a9847`](https://github.com/microsoft/terminal/commit/77a9847d9ebc9235f8741077817413e6ff44b9a1) Refactor away getter ### 📊 Changes **3 files changed** (+7 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.base.h` (+4 -12) 📝 `src/cascadia/TerminalSettingsEditor/MainPage.h` (+2 -2) 📝 `src/cascadia/TerminalSettingsModel/ActionMap.cpp` (+1 -1) </details> ### 📄 Description This fixes some places where we were in fact not using winrt::make<> Related to #10264 Closes #10323 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:25:38 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27996