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);