1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Initialize mVersion to silence a warning with GCC 8

This commit is contained in:
trav90
2018-08-10 14:48:25 -05:00
committed by Roy Tam
parent 6fe56d9f39
commit d8a8aafc2c
+1 -1
View File
@@ -335,7 +335,7 @@ private:
uint32_t mBitField;
#ifdef DEBUG
uint64_t mVersion;
uint64_t mVersion = 0;
#endif
};