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