Try to fix clashes caused by ERROR, WARNING etc. as variables.
[dcpomatic.git] / src / lib / dcp_video_frame.cc
index 265cbaae8cc7d7a895382fcbcc55a1e0b85f3168..6cf987648773031a5cb2ed859f3fe4596446fe04 100644 (file)
@@ -63,7 +63,7 @@
 #include "cross.h"
 #include "player_video_frame.h"
 
-#define LOG_GENERAL(...) _log->log (String::compose (__VA_ARGS__), Log::GENERAL);
+#define LOG_GENERAL(...) _log->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL);
 
 #include "i18n.h"