transform d03 ex01 assignation function in case of two constructors, tests of assignation and copy operation not successful
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
#include "ClapTrap.hpp"
|
||||
|
||||
class ScavTrap : public ClapTrap {
|
||||
class ScavTrap : virtual public ClapTrap {
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user