Skip to content

Commit

Permalink
observer: defaulted trivial destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 12, 2024
1 parent fd3e275 commit 24751f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entt/entity/observer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class basic_observer {
}

/*! @brief Default destructor. */
~basic_observer() noexcept(false) {}
~basic_observer() noexcept(false) = default;

/**
* @brief Default copy assignment operator, deleted on purpose.
Expand Down

0 comments on commit 24751f6

Please sign in to comment.