Skip to content

Commit

Permalink
Shut up clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 19, 2019
1 parent 50ec2be commit 3392f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/main.cc
Expand Up @@ -57,7 +57,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
"--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);

Expand Down

0 comments on commit 3392f1b

Please sign in to comment.