Fix build

This commit is contained in:
Eelco Dolstra 2016-02-25 11:55:05 +01:00
parent f1bdeac986
commit 7873cfb18d
3 changed files with 6 additions and 6 deletions

View file

@ -43,4 +43,4 @@ struct CmdBuild : StoreCommand, MixDryRun, MixInstallables
}
};
static RegisterCommand r1(make_ref<Command, CmdBuild>());
static RegisterCommand r1(make_ref<CmdBuild>());