summaryrefslogtreecommitdiff
path: root/common/headless_view.hpp
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-10-08 16:04:13 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-10-08 16:04:19 -0400
commitdfb81fe9ce796c06263c4b531cdba4d0e8571808 (patch)
tree7f6f9a0306a30067d512a80936c03ac8dd368ddc /common/headless_view.hpp
parenta1bc8c766d6e204a44e2c7171a80330e123b582b (diff)
downloadqtlocation-mapboxgl-dfb81fe9ce796c06263c4b531cdba4d0e8571808.tar.gz
fix HeadlessView::readPixels return value, ref #480
Diffstat (limited to 'common/headless_view.hpp')
-rw-r--r--common/headless_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless_view.hpp b/common/headless_view.hpp
index b59366349e..600e9d51fa 100644
--- a/common/headless_view.hpp
+++ b/common/headless_view.hpp
@@ -26,7 +26,7 @@ public:
void createContext();
void resize(uint16_t width, uint16_t height, float pixelRatio);
- const std::unique_ptr<uint32_t[]>* readPixels();
+ const std::unique_ptr<uint32_t[]> readPixels();
void notify_map_change(MapChange change, timestamp delay = 0);
void make_active();