From: Carl Hetherington Date: Fri, 13 Jun 2014 16:08:57 +0000 (+0100) Subject: Build fix. X-Git-Tag: v2.0.48~788 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e385ef84b198d9ec51c3d2a117d8ef8cfb7292d1;p=dcpomatic.git Build fix. --- diff --git a/test/recover_test.cc b/test/recover_test.cc index ae1009ea7..bf07811dd 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -36,7 +36,7 @@ using boost::shared_ptr; static void note (dcp::NoteType t, string n) { - if (t == dcp::ERROR) { + if (t == dcp::DCP_ERROR) { cout << n << "\n"; } }