]> git.tdb.fi Git - builder.git/blobdiff - source/androidtools.h
Initialize AndroidDevKit::supported_api_levels in the declaration
[builder.git] / source / androidtools.h
index 6410cddff4016f66371a98001b1fea627eb39c3d..a88cdd36fbd2b710b3b9cf1c07abbbe49b920605 100644 (file)
@@ -15,7 +15,7 @@ protected:
        Msp::FS::Path root;
        /* Needs refactoring if API levels go over 63.  At present rate this will
        take decades to occur. */
-       uint64_t supported_api_levels;
+       uint64_t supported_api_levels = 0;
 
        AndroidDevKit(Builder &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
        ~AndroidDevKit() { }