diff --git a/src/Magnum/Text/AbstractFont.h b/src/Magnum/Text/AbstractFont.h index 3af3f3ddc..c8a90eb5c 100644 --- a/src/Magnum/Text/AbstractFont.h +++ b/src/Magnum/Text/AbstractFont.h @@ -362,7 +362,7 @@ class MAGNUM_TEXT_EXPORT AbstractLayouter { /** @brief Moving is not allowed */ AbstractLayouter(AbstractLayouter&&) = delete; - ~AbstractLayouter(); + virtual ~AbstractLayouter(); /** @brief Copying is not allowed */ AbstractLayouter& operator=(const AbstractLayouter&) = delete;