0_0_8809087_30047.cpp: In function `int main()':
0_0_8809087_30047.cpp:187: error: no matching function for call to `Rain::inside(int)'
0_0_8809087_30047.cpp:103: note: candidates are: bool Rain::inside(Point)
0_0_8809087_30047.cpp:189: error: no matching function for call to `Event::Event(Point&, int)'
0_0_8809087_30047.cpp:124: note: candidates are: Event::Event(const Event&)
0_0_8809087_30047.cpp:128: note: Event::Event(double, int)
0_0_8809087_30047.cpp:127: note: Event::Event()
0_0_8809087_30047.cpp:190: error: no matching function for call to `Event::Event(Point&, int)'
0_0_8809087_30047.cpp:124: note: candidates are: Event::Event(const Event&)
0_0_8809087_30047.cpp:128: note: Event::Event(double, int)
0_0_8809087_30047.cpp:127: note: Event::Event()
|