Skip to content

Commit

Permalink
Remove default.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Oct 19, 2023
1 parent 4d66ff5 commit 257d1bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/homeobject_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

namespace homeobject {

HomeObjectImpl::HomeObjectImpl(std::weak_ptr< HomeObjectApplication >&& application,
DeferType defer_type = DeferType::IMMEDIATE) :
HomeObjectImpl::HomeObjectImpl(std::weak_ptr< HomeObjectApplication >&& application, DeferType defer_type) :
_application(std::move(application)) {
switch (defer_type) {
[[likely]] case DeferType::IMMEDIATE:
Expand Down

0 comments on commit 257d1bc

Please sign in to comment.