mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-21 17:47:13 +02:00
Update CPR.
This commit is contained in:
2
vendor/CPR/include/cpr/verbose.h
vendored
2
vendor/CPR/include/cpr/verbose.h
vendored
@ -7,7 +7,7 @@ class Verbose {
|
||||
public:
|
||||
Verbose() = default;
|
||||
// NOLINTNEXTLINE(google-explicit-constructor, hicpp-explicit-conversions)
|
||||
Verbose(const bool verbose) : verbose{verbose} {}
|
||||
Verbose(const bool p_verbose) : verbose{p_verbose} {}
|
||||
|
||||
bool verbose = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user