Skip to content

Commit

Permalink
Use signed integer for progress counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 23, 2024
1 parent b7f81ee commit a0dc927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wble/ProgressBarInfinite.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ class WBLE_EXPORT ProgressBarInfinite : public ProgressBar

static constexpr int TIMER_DEFAULT_INTERVAL{40};

unsigned int progressCounter_{0};
int progressCounter_{0};
};

0 comments on commit a0dc927

Please sign in to comment.