Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedorets committed Dec 2, 2024
1 parent 8a47f72 commit f40e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fedotov_k_set/include/set.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Set {

public:
Set();
Set(const std::string& str);
explicit Set(const std::string& str);

void add(int element);
void remove(int element);
Expand Down

0 comments on commit f40e6b5

Please sign in to comment.