weis nimmer

This commit is contained in:
Jonas Zeunert
2018-05-31 15:25:36 +02:00
parent 957373935a
commit 4c820110d5
9 changed files with 230 additions and 87 deletions

View File

@@ -35,7 +35,7 @@ public:
std::map<char, InputEvent> input_events = create_input_events(matrix_config);
return std::shared_ptr<Detector>(Detector(input_config, input_events));
return std::shared_ptr<Detector*>(new Detector(input_config, input_events));
}
private: