diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-13 12:51:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-13 12:51:48 +0100 |
| commit | 7bca4c05ca38b218c252b0fe98a866806d9a2ded (patch) | |
| tree | 959c021c95049e3a064f3a7b377d26d78c9cc4a3 /src/subtitle_content.h | |
| parent | 4c8229e08772f498f1ece36fff51c0be8cf3636c (diff) | |
Work around symbol clash with ERROR on Win32/mingw.
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 2 |
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; } |
