mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-01 05:04:39 +00:00
ncm: fix ContentStorageImplBase constructor
This commit is contained in:
parent
8eb65ab401
commit
fd1a39996e
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user