1
0
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:
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
{
public:
ProviderClientException(wf_status error_code);
explicit ProviderClientException(wf_status error_code);
wf_status GetErrorCode();
private:
wf_status error_code_;