aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/bounds.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/bounds.hpp')
-rw-r--r--src/interfaces/bounds.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/bounds.hpp b/src/interfaces/bounds.hpp
index 9cec97e..7e920cf 100644
--- a/src/interfaces/bounds.hpp
+++ b/src/interfaces/bounds.hpp
@@ -15,6 +15,8 @@ enum CoordsValidation
class IBounds
{
public:
+ virtual ~IBounds() = default;
+
[[nodiscard]] virtual unsigned int width() const = 0;
virtual void width(unsigned int width) = 0;