clang-tidy: override
[alexxy/gromacs.git] / src / gromacs / analysisdata / tests / mock_datamodule.h
index 41c69cd8467e23439bd68ebacd0a9b197faabeb0..fb451e6ac7fc284013ea74c78e9fd8693a0f7ab0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2011,2012,2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2011,2012,2013,2014,2015,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.
@@ -66,9 +66,9 @@ class MockAnalysisDataModule : public IAnalysisDataModule
 {
     public:
         explicit MockAnalysisDataModule(int flags);
-        virtual ~MockAnalysisDataModule();
+        ~MockAnalysisDataModule() override;
 
-        virtual int flags() const;
+        int flags() const override;
 
         MOCK_METHOD2(parallelDataStarted,
                      bool(AbstractAnalysisData              *data,