Michele Caini 3 лет назад
Родитель
Сommit
1c8a296f49
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/entt/entity/sigh_storage_mixin.hpp
  2. 1 1
      src/entt/entity/sparse_set.hpp

+ 1 - 1
src/entt/entity/sigh_storage_mixin.hpp

@@ -221,7 +221,7 @@ public:
     }
 
     /**
-     * @brief Forwards variables to mixins, if any.
+     * @brief Forwards variables to derived classes, if any.
      * @param value A variable wrapped in an opaque container.
      */
     void bind(any value) noexcept final {

+ 1 - 1
src/entt/entity/sparse_set.hpp

@@ -944,7 +944,7 @@ public:
         return *info;
     }
 
-    /*! @brief Forwards variables to mixins, if any. */
+    /*! @brief Forwards variables to derived classes, if any. */
     virtual void bind(any) noexcept {}
 
 private: