summaryrefslogtreecommitdiff
path: root/src/subtitle_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-13 12:51:48 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-13 12:51:48 +0100
commit7bca4c05ca38b218c252b0fe98a866806d9a2ded (patch)
tree959c021c95049e3a064f3a7b377d26d78c9cc4a3 /src/subtitle_content.h
parent4c8229e08772f498f1ece36fff51c0be8cf3636c (diff)
Work around symbol clash with ERROR on Win32/mingw.
Diffstat (limited to 'src/subtitle_content.h')
-rw-r--r--src/subtitle_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h
index 2c606921..1ddb9122 100644
--- a/src/subtitle_content.h
+++ b/src/subtitle_content.h
@@ -55,7 +55,7 @@ public:
boost::function<void (NoteType, std::string)> note
) const {
/* XXX */
- note (ERROR, "subtitle content not compared yet");
+ note (DCP_ERROR, "subtitle content not compared yet");
return true;
}