summaryrefslogtreecommitdiff
path: root/src/lib/openjpeg_encoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-08 12:45:52 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-21 16:41:14 +0000
commiteb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380 (patch)
tree019f1bdb72ba3feb13d71cac32e2505711d472f4 /src/lib/openjpeg_encoder.h
parent46659619edffe56bc814d6c49a057db22a117194 (diff)
Various build fixes.
Diffstat (limited to 'src/lib/openjpeg_encoder.h')
-rw-r--r--src/lib/openjpeg_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjpeg_encoder.h b/src/lib/openjpeg_encoder.h
index 0351abe4d..863628019 100644
--- a/src/lib/openjpeg_encoder.h
+++ b/src/lib/openjpeg_encoder.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2015 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
@@ -30,5 +30,5 @@ public:
}
protected:
- Data do_encode (boost::shared_ptr<const dcp::OpenJPEGImage> input);
+ dcp::Data do_encode (boost::shared_ptr<const dcp::OpenJPEGImage> input);
};