sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE

This commit is contained in:
Michael Scire 2019-11-20 22:05:25 -08:00
parent 35d0600028
commit ba0edbd9c4

View File

@ -116,7 +116,7 @@ namespace ams::sf::cmif {
#define DEFINE_SERVICE_DISPATCH_TABLE \ #define DEFINE_SERVICE_DISPATCH_TABLE \
template<typename ServiceImpl> \ template<typename ServiceImpl> \
static constexpr inline sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable static constexpr inline ::ams::sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable
struct ServiceDispatchMeta { struct ServiceDispatchMeta {
const impl::ServiceDispatchTableBase *DispatchTable; const impl::ServiceDispatchTableBase *DispatchTable;