X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_content.cc;h=ff54c40142b06c2fb702e6211990dc1a1d359f87;hp=5a2bef1a08fa7835069a7bd3f3d951ede9d03bac;hb=aeb835a18c8df347e0ed68fb24631b320abeb611;hpb=4d9f56686380aed5eb3e17ab9e720df57a17f079 diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 5a2bef1a0..ff54c4014 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -38,7 +38,7 @@ #include "i18n.h" -#define LOG_GENERAL(...) film->log()->log (String::compose (__VA_ARGS__), Log::TYPE_GENERAL); +#define LOG_GENERAL(...) film->log()->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL); int const VideoContentProperty::VIDEO_SIZE = 0; int const VideoContentProperty::VIDEO_FRAME_RATE = 1;