Skip to content

Commit

Permalink
Update ASpell.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aposipov authored Nov 17, 2022
1 parent 5755c61 commit 81f8336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exam_rank_05/cpp_module_02/ASpell.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class ATarget;

class ASpell {
public:
ASpell() {} //
ASpell(std::string name, std::string effects) {
_name = name;
_effects = effects;
Expand Down

0 comments on commit 81f8336

Please sign in to comment.