summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffmpeg_image_proxy.h2
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;
};