did code convention police stuff
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user