weis nimmer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user