aboutsummaryrefslogtreecommitdiff
path: root/api/logic/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/Version.h')
-rw-r--r--api/logic/Version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logic/Version.h b/api/logic/Version.h
index 08dfb6e9..7aa2ebe8 100644
--- a/api/logic/Version.h
+++ b/api/logic/Version.h
@@ -7,8 +7,9 @@
class QUrl;
-struct MULTIMC_LOGIC_EXPORT Version
+class MULTIMC_LOGIC_EXPORT Version
{
+public:
Version(const QString &str);
Version() {}