Project

General

Profile

« Previous | Next » 

Revision a62448d3

Added by David Sorber over 7 years ago

Fixing items suggested by clang-tidy.

View differences:

software/photo_compress_archiver/PhotoCompressArchiver.hh
public:
bfs::path m_path;
uint32_t m_file_size;
WorkUnit(const bfs::path& path)
explicit WorkUnit(const bfs::path& path)
: m_path(path),
m_file_size(0)
{

Also available in: Unified diff