diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-02-05 12:29:09 -0500 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-02-05 13:56:21 -0500 |
| commit | dfe11d72e3eb14dee718b7fa67a673514d199f20 (patch) | |
| tree | f21885d513c2df4bb409e17016e0996815e37569 /src/yuzu/main.h | |
| parent | d94dcaefa020dcfc89d655dcf5aa8dad998e0bf2 (diff) | |
profile: Migrate to the new UUID implementation
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index ca4ab9af5..529d101ae 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -153,7 +153,7 @@ signals: void ErrorDisplayFinished(); - void ProfileSelectorFinishedSelection(std::optional<Common::UUID> uuid); + void ProfileSelectorFinishedSelection(std::optional<Common::NewUUID> uuid); void SoftwareKeyboardSubmitNormalText(Service::AM::Applets::SwkbdResult result, std::u16string submitted_text, bool confirmed); |
