diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-10 21:52:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-12 15:03:23 +0100 |
| commit | aa74208713d429aecbf76549d64bb0e3b6cebd4d (patch) | |
| tree | 48d446791f0d2677bc95b9d7a3e3047426789e24 /src/lib | |
| parent | c5b966261b7b268f495d7a72b7af4d4e6a75e618 (diff) | |
Cleanup: const.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ffmpeg_image_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_image_proxy.h b/src/lib/ffmpeg_image_proxy.h index df8301f15..b567fadee 100644 --- a/src/lib/ffmpeg_image_proxy.h +++ b/src/lib/ffmpeg_image_proxy.h @@ -50,6 +50,6 @@ private: failed-decode errors can give more detail. */ boost::optional<boost::filesystem::path> _path; - mutable std::shared_ptr<Image> _image; + mutable std::shared_ptr<const Image> _image; mutable boost::mutex _mutex; }; |
