No-op: whitespace.
[dcpomatic.git] / src / lib / log_entry.h
index 136ab00f905182566d3a81afb1a1c20c451dcd95..a2eb5fbace162531ab850b427478e2665c669988 100644 (file)
@@ -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_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;
        static const int TYPE_DEBUG_VIDEO_VIEW; ///< real-time video viewing (i.e. "playback")
        static const int TYPE_DISK;
+       static const int TYPE_DEBUG_PLAYER;     ///< the Player class
+       static const int TYPE_DEBUG_AUDIO_ANALYSIS; ///< audio analysis job
 
        explicit LogEntry (int type);
        virtual ~LogEntry () {}