Fix merge.
[dcpomatic.git] / src / lib / log_entry.h
index b94637a33ae8e337b3fd0edfad1e08e60f24b867..4eb9c7f333bab943a4ddefc80a08cf77195c3096 100644 (file)
@@ -33,8 +33,10 @@ public:
        static const int TYPE_DEBUG_DECODE;
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
+       static const int TYPE_DEBUG_EMAIL;
 
        LogEntry (int type);
+       virtual ~LogEntry () {}
 
        virtual std::string message () const = 0;