Work around symbol clash with ERROR on Win32/mingw.
[libdcp.git] / src / asset.cc
index 6bf8fec5dcc1fc70dc65596d8df381e9b5d859b3..80b010825b57eb95f72acf39d801bc2a9185fef2 100644 (file)
@@ -106,7 +106,7 @@ bool
 Asset::equals (boost::shared_ptr<const Asset> other, EqualityOptions, function<void (NoteType, string)> note) const
 {
        if (_hash != other->_hash) {
-               note (ERROR, "Asset hashes differ");
+               note (DCP_ERROR, "Asset hashes differ");
                return false;
        }