Skip to content

Commit

Permalink
Signal() = default
Browse files Browse the repository at this point in the history
  • Loading branch information
netromdk committed Mar 16, 2019
1 parent dc6f23d commit 9db4a59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sigs.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ class Signal<Ret(Args...)> final {
SignalType *sig = nullptr;
};

Signal()
{
}
Signal() = default;

virtual ~Signal()
{
Expand Down

0 comments on commit 9db4a59

Please sign in to comment.