Deglobalize System: Friend

This commit is contained in:
David Marcec 2019-09-21 18:43:16 +10:00
parent 1e8b0dcc2d
commit f0a8366ce3
4 changed files with 24 additions and 22 deletions

View file

@ -6,8 +6,8 @@
namespace Service::Friend {
Friend::Friend(std::shared_ptr<Module> module, const char* name)
: Interface(std::move(module), name) {
Friend::Friend(std::shared_ptr<Module> module, Core::System& system, const char* name)
: Interface(std::move(module), system, name) {
static const FunctionInfo functions[] = {
{0, &Friend::CreateFriendService, "CreateFriendService"},
{1, &Friend::CreateNotificationService, "CreateNotificationService"},