Skip to content

Commit d3f1313

Browse files
authored
Make ProgressBar mutable (#268)
2 parents 5e94453 + 40f0cce commit d3f1313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress_bar.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export ProgressBar, next!
22

3-
struct ProgressBar{CT,T1<:Integer,T2<:Real,T3,T4<:Real,LT}
3+
mutable struct ProgressBar{CT,T1<:Integer,T2<:Real,T3,T4<:Real,LT}
44
counter::CT
55
max_counts::T1
66
enable::Bool

0 commit comments

Comments
 (0)