summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstaller.h')
-rw-r--r--logic/BaseInstaller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/BaseInstaller.h b/logic/BaseInstaller.h
index 9531fbff..d89ab7c2 100644
--- a/logic/BaseInstaller.h
+++ b/logic/BaseInstaller.h
@@ -22,7 +22,7 @@ class QDir;
class QString;
class QObject;
class ProgressProvider;
-class BaseVersion;
+struct BaseVersion;
typedef std::shared_ptr<BaseVersion> BaseVersionPtr;
class BaseInstaller