From b2f7b6be4c6695fa741f2eafaef3af5bce5c30c2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 2 Dec 2016 19:11:34 +0100 Subject: Store filename with Image for use when reporting errors. --- plugingui/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/image.h') 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 image_data; Colour out_of_range{0.0f, 0.0f, 0.0f, 0.0f}; + std::string filename; }; } // GUI:: -- cgit v1.2.3