Build fix.
authorCarl Hetherington <cth@carlh.net>
Fri, 13 Jun 2014 16:08:57 +0000 (17:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 13 Jun 2014 16:08:57 +0000 (17:08 +0100)
test/recover_test.cc

index ae1009ea7bfc6d28b3af3e6030f10ecfba92be37..bf07811ddce917a3b73d4c9a76888bfe37ba062c 100644 (file)
@@ -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";
        }
 }