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 --- src/asset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/asset.cc') diff --git a/src/asset.cc b/src/asset.cc index 49ec7251..8ac28afc 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -146,7 +146,7 @@ bool Asset::equals (std::shared_ptr other, EqualityOptions, NoteHandler note) const { if (_hash != other->_hash) { - note (DCP_ERROR, "Asset: hashes differ"); + note (NoteType::ERROR, "Asset: hashes differ"); return false; } -- cgit v1.2.3