Add disk writer tool.
[dcpomatic.git] / src / lib / log.h
index b102a2d653983c3368bf04d8669f5f440e05df19..416f4259d248399ed88cbff3f7d682ba2e3c0bf9 100644 (file)
@@ -46,6 +46,9 @@ public:
        void dcp_log (dcp::NoteType type, std::string message);
 
        void set_types (int types);
+       int types () const {
+               return _types;
+       }
 
        /** @param amount Approximate number of bytes to return; the returned value
         *  may be shorter or longer than this.