diff options
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; } |
