From 28d9b78ff8f5207c9c1a7bfa31f960f5b3d5f22d Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 18 Jan 2021 05:41:15 -0800 Subject: [PATCH] ncm: update for new sf semantics --- libstratosphere/include/stratosphere/ncm/ncm_api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/include/stratosphere/ncm/ncm_api.hpp b/libstratosphere/include/stratosphere/ncm/ncm_api.hpp index a07fb673..5b7517cf 100644 --- a/libstratosphere/include/stratosphere/ncm/ncm_api.hpp +++ b/libstratosphere/include/stratosphere/ncm/ncm_api.hpp @@ -24,7 +24,7 @@ namespace ams::ncm { void Initialize(); void Finalize(); - void InitializeWithObject(std::shared_ptr manager_object); + void InitializeWithObject(sf::SharedPointer manager_object); /* Service API. */ Result CreateContentStorage(StorageId storage_id);