Fix one more Windows issue.

This commit is contained in:
Victor Zverovich 2014-06-30 17:17:48 -07:00
parent 182d8178fe
commit c6eb12d1d4

View File

@ -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: