Shut up some clang warnings
This commit is contained in:
parent
10f3a2e5f2
commit
a9fa5e050a
4 changed files with 12 additions and 10 deletions
|
|
@ -49,6 +49,8 @@ public:
|
|||
|
||||
StorePathsCommand();
|
||||
|
||||
using StoreCommand::run;
|
||||
|
||||
virtual void run(ref<Store> store, Paths storePaths) = 0;
|
||||
|
||||
void run(ref<Store> store) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue