mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
fix: made c'tor explicit
This commit is contained in:
parent
77627b7c8b
commit
ae9fb63900
@ -9,7 +9,7 @@ class TempDir
|
|||||||
TempDir(TempDir const &) = delete;
|
TempDir(TempDir const &) = delete;
|
||||||
TempDir & operator=(TempDir const &) = delete;
|
TempDir & operator=(TempDir const &) = delete;
|
||||||
public:
|
public:
|
||||||
TempDir(char const * prefix);
|
explicit TempDir(char const * prefix);
|
||||||
~TempDir();
|
~TempDir();
|
||||||
char const * path();
|
char const * path();
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user