Various build fixes.
[dcpomatic.git] / src / lib / openjpeg_encoder.h
index 0351abe4dc013eb22a4c80a9799b6f430a542a68..86362801905e4c28e9ea87da67b530ed4c764a5a 100644 (file)
@@ -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);
 };