diff options
Diffstat (limited to 'tools/aapt2/Resource.h')
-rw-r--r-- | tools/aapt2/Resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Resource.h b/tools/aapt2/Resource.h index 4d1db5b0c9ad..03ca42b286d6 100644 --- a/tools/aapt2/Resource.h +++ b/tools/aapt2/Resource.h @@ -77,7 +77,7 @@ struct ResourceName { ResourceType type; std::u16string entry; - ResourceName() = default; + ResourceName() : type(ResourceType::kRaw) {} ResourceName(const StringPiece16& p, ResourceType t, const StringPiece16& e); bool isValid() const; |