fs.mitm: Fix c++ modernization breaking changes

This commit is contained in:
Michael Scire
2018-06-27 23:02:06 -06:00
parent ed718e007f
commit 8da27723fc
7 changed files with 161 additions and 151 deletions

View File

@@ -14,6 +14,7 @@ class FsMitMService : public IMitMServiceObject {
private:
bool has_initialized;
u64 init_pid;
std::shared_ptr<IStorageInterface> romfs_storage;
public:
FsMitMService(Service *s) : IMitMServiceObject(s), has_initialized(false), init_pid(0) {
/* ... */