Default progress is now infinite. Finite is moved to new class
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
all:
|
||||
g++ main.cpp ../Progress.cpp ../StatusBarManager.cpp -o example
|
||||
g++ main.cpp ../Progress.cpp ../ProgressFinite.cpp ../StatusBarManager.cpp -o example
|
||||
|
||||
.PHONY: all
|
||||
|
||||
Reference in New Issue
Block a user