Try to fix clashes caused by ERROR, WARNING etc. as variables.
[dcpomatic.git] / src / lib / player.cc
index a90350922edcd88af9b06a87a0572232fe33dee7..b112760ef412a024fa581c9779ca5be4b1c65138 100644 (file)
@@ -37,7 +37,7 @@
 #include "scaler.h"
 #include "player_video_frame.h"
 
-#define LOG_GENERAL(...) _film->log()->log (String::compose (__VA_ARGS__), Log::GENERAL);
+#define LOG_GENERAL(...) _film->log()->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL);
 
 using std::list;
 using std::cout;