Shut up some clang warnings

This commit is contained in:
Eelco Dolstra 2016-05-31 13:31:04 +02:00
parent 10f3a2e5f2
commit a9fa5e050a
4 changed files with 12 additions and 10 deletions

View file

@ -49,6 +49,8 @@ public:
StorePathsCommand();
using StoreCommand::run;
virtual void run(ref<Store> store, Paths storePaths) = 0;
void run(ref<Store> store) override;