summaryrefslogtreecommitdiffstats
path: root/logic/net/NetJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/net/NetJob.h')
-rw-r--r--logic/net/NetJob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/net/NetJob.h b/logic/net/NetJob.h
index 03d6a36e..2df8428b 100644
--- a/logic/net/NetJob.h
+++ b/logic/net/NetJob.h
@@ -32,7 +32,7 @@ class NetJob : public ProgressProvider
Q_OBJECT
public:
explicit NetJob(QString job_name) : ProgressProvider(), m_job_name(job_name) {};
-
+ virtual ~NetJob() {};
template <typename T> bool addNetAction(T action)
{
NetActionPtr base = std::static_pointer_cast<NetAction>(action);