1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

fix: make c'tor explicit

This commit is contained in:
Falk Werner 2020-02-23 23:26:30 +01:00
parent 7c02b12449
commit 7ed99088db

View File

@ -11,7 +11,7 @@ namespace webfuse_test
class ProviderClientException: public std::runtime_error class ProviderClientException: public std::runtime_error
{ {
public: public:
ProviderClientException(wf_status error_code); explicit ProviderClientException(wf_status error_code);
wf_status GetErrorCode(); wf_status GetErrorCode();
private: private:
wf_status error_code_; wf_status error_code_;