From e6cf2ca8f9f4e07c208247ce70e56a785021979f Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 18 Apr 2022 12:45:36 +0200 Subject: Added missing destructor --- Controller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.h b/Controller.h index 4839656..938847d 100644 --- a/Controller.h +++ b/Controller.h @@ -5,5 +5,6 @@ struct Controller { + virtual ~Controller() = default; virtual Vector2 direction() = 0; }; -- cgit v1.1