Skip to content

Commit c70ebf9

Browse files
committed
Fix build
@Semphriss: AAAAAAARRRRRGGGHHHHHH!!!!
1 parent 24795aa commit c70ebf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface/container.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class InterfaceContainer final : public InterfaceControl
2828
{
2929
public:
3030
InterfaceContainer();
31-
virtual ~InterfaceContainer() {}
31+
virtual ~InterfaceContainer() override {}
3232

3333
virtual bool event(const SDL_Event& ev) override;
3434
virtual void update(float dt_sec) override;

0 commit comments

Comments
 (0)