summaryrefslogtreecommitdiffstats
path: root/logic/VersionFile.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-03-03 09:08:32 +0100
committerPetr Mrázek <peterix@gmail.com>2014-03-03 09:08:32 +0100
commit011ea8453015ff4d8fd1f9bed5bed36959c20269 (patch)
tree749bc193f582b44ad7f45653f77e5b038a7a21cc /logic/VersionFile.h
parentd66f2500a6b4215a135f1e41802f7c7498375c62 (diff)
downloadMultiMC-011ea8453015ff4d8fd1f9bed5bed36959c20269.tar
MultiMC-011ea8453015ff4d8fd1f9bed5bed36959c20269.tar.gz
MultiMC-011ea8453015ff4d8fd1f9bed5bed36959c20269.tar.lz
MultiMC-011ea8453015ff4d8fd1f9bed5bed36959c20269.tar.xz
MultiMC-011ea8453015ff4d8fd1f9bed5bed36959c20269.zip
Fix missed version file assignment.
Diffstat (limited to 'logic/VersionFile.h')
-rw-r--r--logic/VersionFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/VersionFile.h b/logic/VersionFile.h
index 0f183ae8..0475f927 100644
--- a/logic/VersionFile.h
+++ b/logic/VersionFile.h
@@ -64,7 +64,7 @@ public: /* methods */
void applyTo(VersionFinal *version);
public: /* data */
- int order;
+ int order = 0;
QString name;
QString fileId;
QString version;