Revision a62448d3
Added by David Sorber over 7 years ago
| software/photo_compress_archiver/ProgressBar.h | ||
|---|---|---|
|
progress(progress)
|
||
|
{ }
|
||
|
|
||
|
~ProgressBar() { }
|
||
|
~ProgressBar() = default;
|
||
|
|
||
|
void update(uint8_t new_progress)
|
||
|
{
|
||
Fixing items suggested by clang-tidy.