-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
g++ -std=c++11 -Wall -g -I. -c AssassinDuck.cpp -o AssassinDuck.o
In file included from Duck.h:2,
from AssassinDuck.h:2,
from AssassinDuck.cpp:1:
Bird.h:33:15: error: 'virtual void Bird::Vote(BirdList*)' cannot be overloaded with 'virtual void Bird::Vote(BirdList*)'
virtual void Vote(BirdList*) = 0;
^~~~
Bird.h:28:15: note: previous declaration 'virtual void Bird::Vote(BirdList*)'
virtual void Vote(BirdList*); // vote to the name
^~~~
make: *** [AssassinDuck.o] 오류 1
Metadata
Metadata
Assignees
Labels
No labels