c++11 tidying.
[dcpomatic.git] / src / lib / log_entry.cc
index 01d1415c701fbe4d218c1abb54a5e097b6bd5c66..2af2c0f25ef77cf135b2aaed60fbffc8fa54dbd5 100644 (file)
@@ -33,6 +33,8 @@ int const LogEntry::TYPE_TIMING       = 0x020;
 int const LogEntry::TYPE_DEBUG_EMAIL  = 0x040;
 int const LogEntry::TYPE_DEBUG_VIDEO_VIEW = 0x080;
 int const LogEntry::TYPE_DISK         = 0x100;
+int const LogEntry::TYPE_DEBUG_PLAYER = 0x200;
+int const LogEntry::TYPE_DEBUG_AUDIO_ANALYSIS = 0x400;
 
 using std::string;