màj diagrammes
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
Bag::Bag(std::shared_ptr<PiecesList> piecesList) :
|
||||
Bag::Bag(const std::shared_ptr<PiecesList>& piecesList) :
|
||||
piecesList(piecesList) {
|
||||
|
||||
// initialize bags
|
||||
|
||||
Reference in New Issue
Block a user