X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Flog_entry.h;h=3d6a9f371990387e8c1d5bc8f7eb6399a3c9a4a9;hp=ba358f5a3941da9a93a70e02cad80b2dd713a0be;hb=c6871fe8617b3de03662b7630355059393bf8043;hpb=334e250896a5dcbb64db96df8e20821ffc75b146 diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index ba358f5a3..3d6a9f371 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -36,7 +36,7 @@ public: static const int TYPE_TIMING; static const int TYPE_DEBUG_EMAIL; - LogEntry (int type); + explicit LogEntry (int type); virtual ~LogEntry () {} virtual std::string message () const = 0;