think i resolved the problem
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
this->detector = NULL;
|
||||
}
|
||||
|
||||
virtual void handle(InputEvent& event) = 0;
|
||||
virtual void handle(InputEvent& event);
|
||||
|
||||
private:
|
||||
std::shared_ptr<Detector> detector;
|
||||
|
||||
Reference in New Issue
Block a user