From 3c3a08a02a0f8fc56dc2da3374f025d4fdaf62c5 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 19 Jan 2022 23:24:07 +0800 Subject: ... --- include/cru/ui/mapper/Mapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/mapper/Mapper.hpp') diff --git a/include/cru/ui/mapper/Mapper.hpp b/include/cru/ui/mapper/Mapper.hpp index f2d347f1..79aa39aa 100644 --- a/include/cru/ui/mapper/Mapper.hpp +++ b/include/cru/ui/mapper/Mapper.hpp @@ -46,7 +46,7 @@ class CRU_UI_API BasicMapper : public MapperBase { CRU_DELETE_COPY(BasicMapper) CRU_DELETE_MOVE(BasicMapper) - ~BasicMapper() override; + ~BasicMapper() override = default; virtual bool SupportMapFromString() { return false; } virtual std::unique_ptr MapFromString(String str) { -- cgit v1.2.3