diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-13 17:08:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-13 17:08:57 +0100 |
| commit | e385ef84b198d9ec51c3d2a117d8ef8cfb7292d1 (patch) | |
| tree | 8f3d9f4c9c07e963cf02f3db5b904bc8fa2d8b01 /test | |
| parent | bf3b7963be87ca5069aeaa3f7620d7a877b9e598 (diff) | |
Build fix.
Diffstat (limited to 'test')
| -rw-r--r-- | test/recover_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } } |
