summaryrefslogtreecommitdiff
path: root/test/recover_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/recover_test.cc')
-rw-r--r--test/recover_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc
index aa8da8ba9..13cb37a07 100644
--- a/test/recover_test.cc
+++ b/test/recover_test.cc
@@ -45,7 +45,7 @@ using namespace boost::placeholders;
static void
note (dcp::NoteType t, string n)
{
- if (t == dcp::DCP_ERROR) {
+ if (t == dcp::NoteType::ERROR) {
cout << n << "\n";
}
}