mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-06 23:30:29 +00:00
Fix one more Windows issue.
This commit is contained in:
parent
182d8178fe
commit
c6eb12d1d4
4
format.h
4
format.h
@ -1130,13 +1130,13 @@ for example a file opening error.
|
||||
*/
|
||||
class SystemError : public internal::SystemErrorBase {
|
||||
private:
|
||||
typedef char Char; // For FMT_VARIADIC_CTOR.
|
||||
|
||||
void init(int error_code, StringRef format_str, const ArgList &args);
|
||||
|
||||
protected:
|
||||
int error_code_;
|
||||
|
||||
typedef char Char; // For FMT_VARIADIC_CTOR.
|
||||
|
||||
SystemError() {}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user