1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00

sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE

This commit is contained in:
Michael Scire 2019-11-20 22:05:25 -08:00 committed by SciresM
parent 2c5ef434f0
commit 02d4c97c6d

View file

@ -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;