Revision a62448d3
Added by David Sorber over 7 years ago
| 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)
|
||
|
{
|
||
Fixing items suggested by clang-tidy.