summaryrefslogtreecommitdiffstats
path: root/logic/net/ForgeXzDownload.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/net/ForgeXzDownload.h')
-rw-r--r--logic/net/ForgeXzDownload.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/net/ForgeXzDownload.h b/logic/net/ForgeXzDownload.h
index 990f91f0..7bdfb6d9 100644
--- a/logic/net/ForgeXzDownload.h
+++ b/logic/net/ForgeXzDownload.h
@@ -45,6 +45,7 @@ public:
{
return ForgeXzDownloadPtr(new ForgeXzDownload(relative_path, entry));
}
+ virtual ~ForgeXzDownload(){};
void setMirrors(QList<ForgeMirror> & mirrors);
protected