From 76e3325a16cdf6d7220a61e2b5cfdb9c804cc32c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 21 Jan 2021 01:57:06 +0100 Subject: Use enum class for the things in types.h --- tools/dcpdiff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/dcpdiff.cc') diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index 7da55ccc..a9d78712 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -83,7 +83,7 @@ help (string n) void note (NoteType t, string n) { - if (t == DCP_ERROR || verbose) { + if (t == NoteType::ERROR || verbose) { cout << " " << n << "\n"; cout.flush (); } -- cgit v1.2.3