nadrino / cpp-generic-toolbox

C++ Generic Toolbox is a header-only namespace which aims at being included in any cpp project. This toolbox gathers a collection of function which aims at simplifying the management of common objects.
Creative Commons Zero v1.0 Universal
5 stars 5 forks source link

Fix a typo in the example #3

Closed suvorov21 closed 3 years ago

suvorov21 commented 3 years ago

"barLength" is not a member of the GenericToolbox::ProgressBar anymore, replace it with "maxBarLength" which I suppose is the new naming, as it tasks the value from PROGRESS_BAR_LENGTH as "barLength" did before

nadrino commented 3 years ago

Thanks a lot !