adding hooks

This commit is contained in:
Jonas Zeunert
2018-05-08 00:20:43 +02:00
parent 4c2a5815ff
commit 269954f283

View File

@@ -20,8 +20,6 @@ namespace Input
class InputEventHandler class InputEventHandler
{ {
public: public:
InputEventHandler(std::shared_ptr<Detector> detector) : InputEventHandler(std::shared_ptr<Detector> detector) :
detector(detector) detector(detector)