mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: make c'tor explicit
This commit is contained in:
parent
7c02b12449
commit
7ed99088db
@ -11,7 +11,7 @@ namespace webfuse_test
|
||||
class ProviderClientException: public std::runtime_error
|
||||
{
|
||||
public:
|
||||
ProviderClientException(wf_status error_code);
|
||||
explicit ProviderClientException(wf_status error_code);
|
||||
wf_status GetErrorCode();
|
||||
private:
|
||||
wf_status error_code_;
|
||||
|
Loading…
Reference in New Issue
Block a user