diff --git a/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h b/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h index 8b16fb5d70e0b8c069e1562abfe47708a6658bc6..f55622ad5e041cf471703c546bc032e4c78100c9 100644 --- a/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h +++ b/Modules/Core/VectorDataBase/include/otbVectorDataKeywordlist.h @@ -141,8 +141,9 @@ public: /** Constructor */ VectorDataKeywordlist(); + /** Destructor */ - virtual ~VectorDataKeywordlist(); + ~VectorDataKeywordlist(); /** Constructor by copy (deep copy)*/ VectorDataKeywordlist(const Self& other);