summaryrefslogtreecommitdiff
path: root/src/lib/image_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_decoder.h')
-rw-r--r--src/lib/image_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/image_decoder.h b/src/lib/image_decoder.h
index e2de56acb..9d81cdac1 100644
--- a/src/lib/image_decoder.h
+++ b/src/lib/image_decoder.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ class ImageContent;
class ImageDecoder : public VideoDecoder
{
public:
- ImageDecoder (boost::shared_ptr<const ImageContent> c);
+ ImageDecoder (boost::shared_ptr<const ImageContent> c, boost::shared_ptr<Log> log);
boost::shared_ptr<const ImageContent> content () {
return _image_content;