Try to fix clashes caused by ERROR, WARNING etc. as variables.
[dcpomatic.git] / src / lib / image_proxy.cc
index c0e75c77c6343dd943e2399db5f0624a0561ccb8..ec5b6655521a10a20ac46c12793772d1954f976d 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "i18n.h"
 
-#define LOG_TIMING(...) _log->microsecond_log (String::compose (__VA_ARGS__), Log::TIMING);
+#define LOG_TIMING(...) _log->microsecond_log (String::compose (__VA_ARGS__), Log::TYPE_TIMING);
 
 using std::cout;
 using std::string;