Skip to content

Commit

Permalink
event: make error_event copy assignable (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruurdadema authored Sep 5, 2024
1 parent a4436b7 commit 44541bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uvw/emitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct error_event {
explicit operator bool() const noexcept;

private:
const int ec;
int ec;
};

/**
Expand Down

0 comments on commit 44541bd

Please sign in to comment.