X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fencoded_log_entry.h;h=fadf48add6bfd37334cc2d886f5758f3b04b573a;hb=b915348a8288d68e2ff114fb3dd89ad22e699969;hp=54eb9dfaec09d1be20f1a6ae9bce2c3c79607b32;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/encoded_log_entry.h b/src/lib/encoded_log_entry.h index 54eb9dfae..fadf48add 100644 --- a/src/lib/encoded_log_entry.h +++ b/src/lib/encoded_log_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,16 @@ */ + #include "log_entry.h" + class EncodedLogEntry : public LogEntry { public: EncodedLogEntry (int frame, std::string ip, double receive, double encode, double send); - std::string message () const; + std::string message () const override; private: int _frame;