Update clang-tidy to clang version 8
[alexxy/gromacs.git] / src / gromacs / analysisdata / datamodulemanager.h
index 2bc9bdb64b65a1c5e3f154f6b3744bcb22bc349a..72909dc768ba75f822629f5cc924c77a82a7d0d5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2012,2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2012,2013,2014,2015,2019, 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.
@@ -119,8 +119,8 @@ class AnalysisDataModuleManager
          *
          * \see AbstractAnalysisData::addModule()
          */
-        void addModule(AbstractAnalysisData      *data,
-                       AnalysisDataModulePointer  module);
+        void addModule(AbstractAnalysisData            *data,
+                       const AnalysisDataModulePointer &module);
         /*! \brief
          * Applies a module to process data that is ready.
          *