fix(norm): add copy contructor
This commit is contained in:
parent
7fb5f99a7a
commit
57de4fa948
20 changed files with 93 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ private:
|
|||
|
||||
public:
|
||||
ClapTrap();
|
||||
ClapTrap(const ClapTrap &other);
|
||||
ClapTrap(std::string name);
|
||||
~ClapTrap();
|
||||
ClapTrap &operator=(const ClapTrap &other);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue