Skip to content

Commit

Permalink
Tema 2... attempt 9 (speram ca e ultimul)
Browse files Browse the repository at this point in the history
  • Loading branch information
radumcostache committed May 15, 2023
1 parent da62007 commit e66486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Characteristics.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Characteristics {
private:
std::array<Rating, 4> characteristics = {Rating(0), Rating(0), Rating(0)};
std::array<Rating, 4> characteristics = {Rating(0), Rating(0), Rating(0), Rating(0)};
public:
Characteristics() = default;
Characteristics(int a, int b, int c, int d);
Expand Down

0 comments on commit e66486a

Please sign in to comment.