Skip to content

Commit 8202b37

Browse files
Update presentation_homework.md
1 parent fed28f0 commit 8202b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module1/presentation_homework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ___
128128

129129
Napisz klasę `Player`, która posiadać będzie 3 pola:
130130

131-
* `std::unique_ptr<Ship> ship_`
131+
* `std::shared_ptr<Ship> ship_` (dla chętnych, spróbój użyć std::unique_ptr<>)
132132
* `money_`
133133
* `availableSpace_`
134134

0 commit comments

Comments
 (0)