clang-tidy: override
[alexxy/gromacs.git] / src / gromacs / options / ioptionscontainerwithsections.h
index 29d8f9754cef906e2c859d3877a64620f91fbdb2..a9c04118eab5d6f6dbcab6173d5472dc61d9ffd7 100644 (file)
@@ -95,7 +95,7 @@ class IOptionsContainerWithSections : public IOptionsContainer
     protected:
         // Disallow deletion through the interface.
         // (no need for the virtual, but some compilers warn otherwise)
-        virtual ~IOptionsContainerWithSections();
+        ~IOptionsContainerWithSections() override;
 
         /*! \brief
          * Adds a section to this container.