diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-02 19:11:34 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 14:51:32 +0100 |
commit | b2f7b6be4c6695fa741f2eafaef3af5bce5c30c2 (patch) | |
tree | 21e0e0e51762849c828d531f6e1fcbba9127010f /plugingui/image.h | |
parent | e1ff098df5bfbc7c02a3bf522ffaad2998f0010a (diff) |
Store filename with Image for use when reporting errors.
Diffstat (limited to 'plugingui/image.h')
-rw-r--r-- | plugingui/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/image.h b/plugingui/image.h index ae0e051..e70215e 100644 --- a/plugingui/image.h +++ b/plugingui/image.h @@ -60,6 +60,7 @@ private: std::size_t _height{0}; std::vector<Colour> image_data; Colour out_of_range{0.0f, 0.0f, 0.0f, 0.0f}; + std::string filename; }; } // GUI:: |