Skip to content

Commit

Permalink
meta: avoid warnings due to deprecated meta_prop class - close #1182
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 11, 2024
1 parent 771603f commit 3f23bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entt/meta/meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ struct meta_handle {
};

/*! @brief Opaque wrapper for properties of any type. */
struct [[deprecated("use meta_custom instead")]] meta_prop {
struct meta_prop {
/*! @brief Default constructor. */
meta_prop() noexcept = default;

Expand Down

0 comments on commit 3f23bfe

Please sign in to comment.