refactor: Object construction
This commit is contained in:
parent
1a2a6e5fab
commit
4fca0c89b4
39 changed files with 85 additions and 84 deletions
src/components
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue