mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 23:12:13 +02:00
ncm: fix ContentStorageImplBase constructor
This commit is contained in:
parent
00fd0300ea
commit
834549081a
@ -26,7 +26,7 @@ namespace ams::ncm {
|
|||||||
MakeContentPathFunction make_content_path_func;
|
MakeContentPathFunction make_content_path_func;
|
||||||
bool disabled;
|
bool disabled;
|
||||||
protected:
|
protected:
|
||||||
ContentStorageImplBase() { /* ... */ }
|
ContentStorageImplBase() : make_content_path_func(), disabled(false) { /* ... */ }
|
||||||
protected:
|
protected:
|
||||||
/* Helpers. */
|
/* Helpers. */
|
||||||
Result EnsureEnabled() const {
|
Result EnsureEnabled() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user