X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flog_entry.h;h=50bbf63a09d9516761c9e272d3ea958e4ddcd230;hb=HEAD;hp=50b8bc1a671f77484ac15440d2f85d4794effc44;hpb=f20ec58b5fa6b5ffd49f0af6865290a775077e73;p=dcpomatic.git diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 50b8bc1a6..95c4e4f1f 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2020 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,15 @@ */ + #ifndef DCPOMATIC_LOG_ENTRY_H #define DCPOMATIC_LOG_ENTRY_H + #include #include + class LogEntry { public: @@ -31,7 +34,7 @@ public: static const int TYPE_GENERAL; static const int TYPE_WARNING; static const int TYPE_ERROR; - static const int TYPE_DEBUG_THREED; + static const int TYPE_DEBUG_THREE_D; static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; @@ -56,4 +59,5 @@ private: int _type; }; + #endif