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; this->detector = NULL;
} }
virtual void handle(InputEvent& event) = 0; virtual void handle(InputEvent& event);
private: private:
std::shared_ptr<Detector> detector; std::shared_ptr<Detector> detector;