Browse Source

adjacency_matrix: minor changes

Michele Caini 1 year ago
parent
commit
9d1b9933c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/graph/adjacency_matrix.hpp

+ 1 - 1
src/entt/graph/adjacency_matrix.hpp

@@ -171,7 +171,7 @@ public:
      * @brief Default move assignment operator.
      * @brief Default move assignment operator.
      * @return This container.
      * @return This container.
      */
      */
-    adjacency_matrix &operator=(adjacency_matrix &&other) noexcept = default;
+    adjacency_matrix &operator=(adjacency_matrix &&) noexcept = default;
 
 
     /**
     /**
      * @brief Returns the associated allocator.
      * @brief Returns the associated allocator.