From: Dianne Hackborn Date: Sat, 16 May 2009 01:45:15 +0000 (-0700) Subject: Argh fix another build breakage! X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/53288885363d58b7dd96c68f0110390965c5aa3c Argh fix another build breakage! --- diff --git a/Bundle.h b/Bundle.h index 216ece4..2eb7a1d 100644 --- a/Bundle.h +++ b/Bundle.h @@ -38,6 +38,8 @@ public: mAssetSourceDir(NULL), mAndroidManifestFile(NULL), mPublicOutputFile(NULL), mRClassDir(NULL), mResourceIntermediatesDir(NULL), + mMinSdkVersion(NULL), mTargetSdkVersion(NULL), mMaxSdkVersion(NULL), + mVersionCode(NULL), mVersionName(NULL), mArgc(0), mArgv(NULL) {} ~Bundle(void) {}