mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 14:11:43 +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 \
|
#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;
|
||||||
|
|
Loading…
Reference in a new issue