From aa74208713d429aecbf76549d64bb0e3b6cebd4d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 10 Dec 2023 21:52:45 +0100 Subject: [PATCH] Cleanup: const. --- src/lib/ffmpeg_image_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _path; - mutable std::shared_ptr _image; + mutable std::shared_ptr _image; mutable boost::mutex _mutex; }; -- 2.30.2