Skip to content

Commit

Permalink
Update message.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Nov 18, 2023
1 parent 6dbd1a2 commit 5bda297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moon-src/core/message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ namespace moon

}

~message() = default;

message(const message&) = delete;

message& operator=(const message&) = delete;
Expand Down

0 comments on commit 5bda297

Please sign in to comment.