Fix warning.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Nov 2015 10:52:44 +0000 (10:52 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 6 Nov 2015 10:52:44 +0000 (10:52 +0000)
src/lib/j2k_image_proxy.cc

index 714899572c1e963235d332190c12e3bf82bd3a56..35073201c121a6e6a693e43bb64b183bb5f8d8b2 100644 (file)
@@ -90,7 +90,7 @@ J2KImageProxy::ensure_j2k () const
 }
 
 shared_ptr<Image>
-J2KImageProxy::image (optional<dcp::NoteHandler> note) const
+J2KImageProxy::image (optional<dcp::NoteHandler>) const
 {
        ensure_j2k ();