mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-13 00:26:35 +00:00
sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE
This commit is contained in:
parent
2c5ef434f0
commit
02d4c97c6d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue