From 02d4c97c6db8a791fa393632ae2169477b38c4a0 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 20 Nov 2019 22:05:25 -0800 Subject: [PATCH] sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE --- .../include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp b/stratosphere/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp index ee8aef1ec..c146d8aa5 100644 --- a/stratosphere/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp +++ b/stratosphere/libstratosphere/include/stratosphere/sf/cmif/sf_cmif_service_dispatch.hpp @@ -116,7 +116,7 @@ namespace ams::sf::cmif { #define DEFINE_SERVICE_DISPATCH_TABLE \ template \ - static constexpr inline sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable + static constexpr inline ::ams::sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable struct ServiceDispatchMeta { const impl::ServiceDispatchTableBase *DispatchTable;