X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fstring_log_entry.cc;h=3022b4e5b4ef559ddd8c7bfd590313c186df470a;hb=7eed4fb3d35f0fb53bf877bfa5ddbefe4b2d20ed;hp=69c1130fbcb385a3ef42b97b7f043155c7d4eb7c;hpb=422be0eece2bf6ee80db1d3c21553cd82efff789;p=dcpomatic.git diff --git a/src/lib/string_log_entry.cc b/src/lib/string_log_entry.cc index 69c1130fb..3022b4e5b 100644 --- a/src/lib/string_log_entry.cc +++ b/src/lib/string_log_entry.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,13 +18,15 @@ */ + #include "string_log_entry.h" -#include #include "i18n.h" + using std::string; + StringLogEntry::StringLogEntry (int type, string message) : LogEntry (type) , _message (message)