did code convention police stuff

This commit is contained in:
Neeflix
2018-09-17 17:22:51 +02:00
parent db1374d561
commit 6636602858
6 changed files with 46 additions and 30 deletions

View File

@@ -10,7 +10,9 @@
class PrintHandler : public IEventHandler
{
public:
virtual void handle(FlippR_Driver::Input::Event& event);
PrintHandler(std::shared_ptr<Input::IInputDriver> driver);
virtual void handle(FlippR_Driver::Input::Event& event) override;
};