From a9fa5e050aaebe852ea5dd5c2622062db15ba3ac Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 31 May 2016 13:31:04 +0200 Subject: Shut up some clang warnings --- src/nix/command.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nix/command.hh') diff --git a/src/nix/command.hh b/src/nix/command.hh index 34affc43d..a29cdcf7f 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -49,6 +49,8 @@ public: StorePathsCommand(); + using StoreCommand::run; + virtual void run(ref store, Paths storePaths) = 0; void run(ref store) override; -- cgit v1.2.3