From 1dfbb9fe7e4a1c84de625fd404d7637c4a406f3c Mon Sep 17 00:00:00 2001 From: ahm3dgg Date: Tue, 13 Jan 2026 22:43:09 +0200 Subject: [PATCH] Consistent return type alias --- src/windows-emulator/apiset/apiset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows-emulator/apiset/apiset.cpp b/src/windows-emulator/apiset/apiset.cpp index 1eed10f9..c4ecec65 100644 --- a/src/windows-emulator/apiset/apiset.cpp +++ b/src/windows-emulator/apiset/apiset.cpp @@ -176,7 +176,7 @@ namespace apiset return api_set_map_obj; } - std::map get_namespace_table(const API_SET_NAMESPACE* apiset_ns_data) + apiset_map get_namespace_table(const API_SET_NAMESPACE* apiset_ns_data) { std::map apiset;