diff options
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:: |