Base: modernize C++: use override

This commit is contained in:
wmayer
2023-08-03 23:13:40 +02:00
committed by wwmayer
parent 244676ddf0
commit a00a5d6400
2 changed files with 2 additions and 2 deletions

View File

@@ -646,7 +646,7 @@ class BaseExport Builder3D : public InventorBuilder
{
public:
Builder3D();
virtual ~Builder3D();
~Builder3D() override;
/// clear the string buffer
void clear();