1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Make Coverity happy

This commit is contained in:
Martin Tůma 2017-08-11 09:56:45 +02:00
parent cd90407f56
commit b3f1596918

View File

@ -12,7 +12,7 @@
class OZF
{
public:
OZF() : _decrypt(false), _key(0) {}
OZF() : _tileSize(0), _decrypt(false), _key(0) {}
bool load(const QString &path);