sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE
This commit is contained in:
@@ -116,7 +116,7 @@ namespace ams::sf::cmif {
|
||||
|
||||
#define DEFINE_SERVICE_DISPATCH_TABLE \
|
||||
template<typename ServiceImpl> \
|
||||
static constexpr inline sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable
|
||||
static constexpr inline ::ams::sf::cmif::ServiceDispatchTable s_CmifServiceDispatchTable
|
||||
|
||||
struct ServiceDispatchMeta {
|
||||
const impl::ServiceDispatchTableBase *DispatchTable;
|
||||
|
||||
Reference in New Issue
Block a user