Add virtual dtor to ContentPackage, hopefully fix travis...
This commit is contained in:
parent
52e5885a47
commit
9ecdf5eba8
|
@ -42,7 +42,7 @@ class ContentPackage {
|
|||
public:
|
||||
ContentPackage(KernelState* kernel_state, const XCONTENT_DATA& data,
|
||||
std::string_view package_path);
|
||||
~ContentPackage();
|
||||
virtual ~ContentPackage();
|
||||
|
||||
virtual bool Mount(std::string root_name) = 0;
|
||||
virtual X_RESULT GetThumbnail(std::vector<uint8_t>* buffer) = 0;
|
||||
|
|
Loading…
Reference in New Issue