summaryrefslogtreecommitdiff
path: root/src/mbgl/style/image_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/image_impl.hpp')
-rw-r--r--src/mbgl/style/image_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/image_impl.hpp b/src/mbgl/style/image_impl.hpp
index 683cd3347b..76a68017e2 100644
--- a/src/mbgl/style/image_impl.hpp
+++ b/src/mbgl/style/image_impl.hpp
@@ -34,7 +34,7 @@ public:
const ImageStretches stretchY;
// The space where text can be fit into this image.
- const ImageContent content;
+ const optional<ImageContent> content;
};
} // namespace style