d04 ex02 change pour pouvoir effectuer le test de erlazo
This commit is contained in:
@@ -17,8 +17,10 @@ public:
|
||||
Dog( Dog const & src );
|
||||
~Dog();
|
||||
Dog & operator=( Dog const & rhs );
|
||||
Dog & operator=( Animal const & rhs );
|
||||
|
||||
void makeSound() const;
|
||||
Brain * getBrain() const;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user