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;