about summary refs log tree commit diff
path: root/src/nix/command.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-31T11·31+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-31T11·31+0200
commita9fa5e050aaebe852ea5dd5c2622062db15ba3ac (patch)
treeae32a1ee0e41a03c71141700e69c5ef8d485744d /src/nix/command.hh
parent10f3a2e5f213df4a1d50947066613bf87a5a1008 (diff)
Shut up some clang warnings
Diffstat (limited to 'src/nix/command.hh')
-rw-r--r--src/nix/command.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/command.hh b/src/nix/command.hh
index 34affc43d96e..a29cdcf7f50f 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> store, Paths storePaths) = 0;
 
     void run(ref<Store> store) override;