Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'software_renderer/frame_image.hpp')
-rw-r--r--software_renderer/frame_image.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/software_renderer/frame_image.hpp b/software_renderer/frame_image.hpp
index cd6a197706..dfe9231868 100644
--- a/software_renderer/frame_image.hpp
+++ b/software_renderer/frame_image.hpp
@@ -19,7 +19,7 @@ struct FrameImage
// image data.
// TopLeft-to-RightBottom order
// Format - png
- vector<uint8_t> m_data;
+ std::vector<uint8_t> m_data;
uint32_t m_width = 0; // pixel width of image
uint32_t m_height = 0; // pixel height of image
uint32_t m_stride = 0; // row stride in bytes