Make try_code static in ernno_error
This commit is contained in:
parent
f45c5faf76
commit
ea0cdb9f7b
@ -46,8 +46,8 @@ class errno_error : public std::runtime_error {
|
||||
errno_error (int _errno);
|
||||
errno_error ();
|
||||
|
||||
void try_code (void);
|
||||
void try_code (int code);
|
||||
static void try_code (void);
|
||||
static void try_code (int code);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user