diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-04-19 14:41:06 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-04-19 14:41:06 +0200 |
commit | 3392f1b77869269580b58e4931b7a79f44799ce0 (patch) | |
tree | 80b85060fe3cb2d8477308c14158fc077b9f10db /src/nix/main.cc | |
parent | 50ec2bed9edd234eabbd4a3920052ca2f94bca52 (diff) |
Shut up clang warning
Diffstat (limited to 'src/nix/main.cc')
-rw-r--r-- | src/nix/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index 01b0866f2..3ec5f48d5 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -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); |