Add accessor for _playlist.
[dcpomatic.git] / src / lib / log_entry.h
index ba358f5a3941da9a93a70e02cad80b2dd713a0be..d4992de86d999b5ce94ae3ed8996c193302a85b8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -31,12 +31,14 @@ public:
        static const int TYPE_GENERAL;
        static const int TYPE_WARNING;
        static const int TYPE_ERROR;
-       static const int TYPE_DEBUG_DECODE;
+       static const int TYPE_DEBUG_THREED;
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
        static const int TYPE_DEBUG_EMAIL;
+       static const int TYPE_DEBUG_PLAYER;
+       static const int TYPE_DISK;
 
-       LogEntry (int type);
+       explicit LogEntry (int type);
        virtual ~LogEntry () {}
 
        virtual std::string message () const = 0;