think i resolved the problem

This commit is contained in:
Jonas Zeunert
2018-05-08 01:11:04 +02:00
parent 269954f283
commit 9849914e31

View File

@@ -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;