diff options
Diffstat (limited to 'runtime/image.h')
-rw-r--r-- | runtime/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/image.h b/runtime/image.h index c6be7ef3f7..d856f218af 100644 --- a/runtime/image.h +++ b/runtime/image.h @@ -142,6 +142,7 @@ class PACKED(4) ImageHeader { kSectionObjects, kSectionArtFields, kSectionArtMethods, + kSectionInternedStrings, kSectionImageBitmap, kSectionCount, // Number of elements in enum. }; |