NOISSUE remove the jar-modded jar after the instance finishes

This commit is contained in:
Petr Mrázek
2018-01-08 00:59:47 +01:00
parent 0636c03d7c
commit 1dbc4e16f7
2 changed files with 26 additions and 7 deletions

View File

@ -30,4 +30,7 @@ public:
{
return false;
}
void finalize() override;
private:
bool removeJar();
};