From e385ef84b198d9ec51c3d2a117d8ef8cfb7292d1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 13 Jun 2014 17:08:57 +0100 Subject: [PATCH] Build fix. --- test/recover_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- 2.30.2