X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog_entry.h;h=d4992de86d999b5ce94ae3ed8996c193302a85b8;hb=736745c86cefc6d5d4d8098799efc86f0f639061;hp=c15a006d13e1f9b66ce5bb4d66da6aad4648216f;hpb=981100bbff6883ff024b41d4b62e00b2ab8caec4;p=dcpomatic.git diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index c15a006d1..d4992de86 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2020 Carl Hetherington This file is part of DCP-o-matic. @@ -36,6 +36,7 @@ public: static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; static const int TYPE_DEBUG_PLAYER; + static const int TYPE_DISK; explicit LogEntry (int type); virtual ~LogEntry () {}