Skip to content

Commit 73fe861

Browse files
Make ProgressBar mutable
1 parent 2fe9748 commit 73fe861

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)