]> git.saurik.com Git - android/aapt.git/blobdiff - ResourceTable.h
merge-ignore changes that were already in or that are not relevant
[android/aapt.git] / ResourceTable.h
index 20865eacda0820884a3a85575bc4db5a32b777af..ec4331aa35579b600151fbfc0acce0d6c86e667c 100644 (file)
@@ -418,7 +418,8 @@ public:
         sp<Entry> getEntry(const String16& entry,
                            const SourcePos& pos,
                            const ResTable_config* config = NULL,
-                           bool doSetIndex = false);
+                           bool doSetIndex = false,
+                           bool overlay = false);
 
         const SourcePos& getFirstPublicSourcePos() const { return *mFirstPublicSourcePos; }
 
@@ -502,6 +503,7 @@ private:
                        const String16& type,
                        const String16& name,
                        const SourcePos& pos,
+                       bool overlay,
                        const ResTable_config* config = NULL,
                        bool doSetIndex = false);
     sp<const Entry> getEntry(uint32_t resID,