]> git.saurik.com Git - android/aapt.git/blobdiff - ResourceTable.h
Merge "Fix potential aapt crash when processing overlay."
[android/aapt.git] / ResourceTable.h
index cfa75a716b641c69946d39154bfee52765747169..60d09012beda4722ee8f71a019894f5ff34abf16 100644 (file)
@@ -425,7 +425,8 @@ public:
                            const SourcePos& pos,
                            const ResTable_config* config = NULL,
                            bool doSetIndex = false,
-                           bool overlay = false);
+                           bool overlay = false,
+                           bool autoAddOverlay = false);
 
         const SourcePos& getFirstPublicSourcePos() const { return *mFirstPublicSourcePos; }