mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
sf: explicitly namespace in DEFINE_SERVICE_DISPATCH_TABLE
This commit is contained in:
parent
35d0600028
commit
ba0edbd9c4
@ -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 New Issue
Block a user