Review from CodeFactor

This commit is contained in:
emeric
2020-12-12 15:18:37 +01:00
parent eea27b86f0
commit 6c15eafee1
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -48,7 +48,6 @@ Transcoder::Transcoder(const std::filesystem::path& filePath, const TranscodePar
, _filePath {filePath}
, _parameters {parameters}
{
}
Transcoder::~Transcoder() = default;