diff options
Diffstat (limited to 'compiler/image_writer.h')
-rw-r--r-- | compiler/image_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_writer.h b/compiler/image_writer.h index 866e2042f7..2fc394e862 100644 --- a/compiler/image_writer.h +++ b/compiler/image_writer.h @@ -258,7 +258,7 @@ class ImageWriter FINAL { // Create the image sections into the out sections variable, returns the size of the image // excluding the bitmap. - size_t CreateImageSections(ImageSection* out_sections) const; + size_t CreateImageSections(ImageSection* out_sections, bool app_image) const; std::unique_ptr<MemMap> image_; // Memory mapped for generating the image. |