clang-tidy: override
[alexxy/gromacs.git] / src / testutils / stringtest.h
index ca0322e6ca5f61379923852303bd25b8f7a690bf..5685335cb357527859d4f49a0f2dd8d3b3616e42 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2017, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2017,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -86,7 +86,7 @@ class StringTestBase : public ::testing::Test
                               const std::string &text, const char *id);
 
         StringTestBase();
-        ~StringTestBase();
+        ~StringTestBase() override;
 
         /*! \brief
          * Returns the root checker for this test's reference data.