[Kernel] Add virtual dtor to ContentPackage, hopefully fix travis...

This commit is contained in:
emoose 2019-07-23 18:02:15 +01:00
parent ef00742d3d
commit dcb45e800f
No known key found for this signature in database
GPG Key ID: 3735C67912F5FF97
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class ContentPackage {
public:
ContentPackage(KernelState* kernel_state, const XCONTENT_DATA& data,
std::wstring package_path);
~ContentPackage();
virtual ~ContentPackage();
virtual bool Mount(std::string root_name) = 0;
virtual X_RESULT GetThumbnail(std::vector<uint8_t>* buffer) = 0;