summaryrefslogtreecommitdiffstats
path: root/logic/lists/JavaVersionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/lists/JavaVersionList.h')
-rw-r--r--logic/lists/JavaVersionList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/lists/JavaVersionList.h b/logic/lists/JavaVersionList.h
index 879b2480..e6cc8e5f 100644
--- a/logic/lists/JavaVersionList.h
+++ b/logic/lists/JavaVersionList.h
@@ -90,6 +90,7 @@ public slots:
void checkerProgress(int current, int total);
protected:
+ std::shared_ptr<JavaCheckerJob> m_job;
JavaVersionList *m_list;
JavaVersion *m_currentRecommended;
};