forked from lix-project/lix
Shut up clang warning
This commit is contained in:
parent
50ec2bed9e
commit
3392f1b778
|
@ -57,7 +57,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
||||||
"--help-config' for a list of configuration settings.\n";
|
"--help-config' for a list of configuration settings.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void printHelp(const string & programName, std::ostream & out)
|
void printHelp(const string & programName, std::ostream & out) override
|
||||||
{
|
{
|
||||||
MultiCommand::printHelp(programName, out);
|
MultiCommand::printHelp(programName, out);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue