forked from lix-project/lix
Fix build
This commit is contained in:
parent
0abb3ad537
commit
d77970fde7
|
@ -15,7 +15,7 @@ struct CmdHash : Command
|
|||
bool truncate = false;
|
||||
HashType ht = htSHA256;
|
||||
std::vector<std::string> paths;
|
||||
std::experimental::optional<std::string> modulus;
|
||||
std::optional<std::string> modulus;
|
||||
|
||||
CmdHash(Mode mode) : mode(mode)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue