diff --git a/libraries/libstratosphere/source/ncm/ncm_content_storage_impl_base.hpp b/libraries/libstratosphere/source/ncm/ncm_content_storage_impl_base.hpp index 085e14fc7..0d44056e8 100644 --- a/libraries/libstratosphere/source/ncm/ncm_content_storage_impl_base.hpp +++ b/libraries/libstratosphere/source/ncm/ncm_content_storage_impl_base.hpp @@ -26,7 +26,7 @@ namespace ams::ncm { MakeContentPathFunction make_content_path_func; bool disabled; protected: - ContentStorageImplBase() { /* ... */ } + ContentStorageImplBase() : make_content_path_func(), disabled(false) { /* ... */ } protected: /* Helpers. */ Result EnsureEnabled() const {