màj diagrammes

This commit is contained in:
2025-03-01 23:15:58 +01:00
parent f525c00662
commit 857f90d646
11 changed files with 27 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ class PiecesList {
/**
* @return The piece corresponding to the specified index
*/
Piece getPiece(std::pair<int, int> pieceIndex) const;
Piece getPiece(const std::pair<int, int>& pieceIndex) const;
private:
/**