From eb0bdad79aa8a8b32e7d23149cf0a0c8f1dfd380 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Mar 2016 12:45:52 +0000 Subject: Various build fixes. --- src/lib/openjpeg_encoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/openjpeg_encoder.h') 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 + Copyright (C) 2012-2016 Carl Hetherington 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 input); + dcp::Data do_encode (boost::shared_ptr input); }; -- cgit v1.2.3