Try to fix clashes caused by ERROR, WARNING etc. as variables.
[dcpomatic.git] / src / lib / ffmpeg_content.cc
index 5d0a6a309aac4263aa3c6409c5a518065e72f020..41a3724a29cfee6b19523a776fd0edcb773542ea 100644 (file)
@@ -34,7 +34,7 @@ extern "C" {
 
 #include "i18n.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::string;
 using std::stringstream;