fs_istorage: Default IStorage destructor in cpp
Prevents a -Wweak-vtables warning.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "fsmitm_utils.hpp"
|
||||
#include "debug.hpp"
|
||||
|
||||
IStorage::~IStorage() = default;
|
||||
|
||||
LayeredRomFS::LayeredRomFS(std::shared_ptr<RomInterfaceStorage> s_r, std::shared_ptr<RomFileStorage> f_r, u64 tid) : storage_romfs(s_r), file_romfs(f_r), title_id(tid) {
|
||||
/* Start building the new virtual romfs. */
|
||||
|
||||
Reference in New Issue
Block a user