Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cxxheaderonly/progress_display.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace cxxheaderonly {

class progress_display {
public:
using std::uint64_t;
typedef std::uint64_t uint64;

explicit progress_display(uint64 expected_count,
bool show_scale = true,
Expand Down