refactor: Object construction

This commit is contained in:
Michael Carlberg 2016-12-09 09:40:46 +01:00
parent 1a2a6e5fab
commit 4fca0c89b4
39 changed files with 85 additions and 84 deletions
src/components

View file

@ -35,7 +35,7 @@ using namespace wm_util;
/**
* Create instance
*/
unique_ptr<bar> bar::make() {
bar::make_type bar::make() {
// clang-format off
return factory_util::unique<bar>(
connection::make(),