mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 15:26:17 +02:00
Shut up clang warning
This commit is contained in:
parent
50ec2bed9e
commit
3392f1b778
1 changed files with 1 additions and 1 deletions
|
@ -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