Handle errors a little better when scanning for closed captions (in hints).
[dcpomatic.git] / src / lib / log_entry.h
index ba358f5a3941da9a93a70e02cad80b2dd713a0be..50bbf63a09d9516761c9e272d3ea958e4ddcd230 100644 (file)
@@ -35,8 +35,9 @@ public:
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
        static const int TYPE_DEBUG_EMAIL;
+       static const int TYPE_DEBUG_PLAYER;
 
-       LogEntry (int type);
+       explicit LogEntry (int type);
        virtual ~LogEntry () {}
 
        virtual std::string message () const = 0;