diff options
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index b102a2d65..416f4259d 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -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. |
