clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / analysisdata / modules / plot.h
index 5887c080c8266366b30128340b5d57b96cb08950..dfc5c8ac79e6d6cba2c8f7b3f5c67a857cc00c9c 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,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.
@@ -315,7 +315,7 @@ class AnalysisDataVectorPlotModule : public AbstractPlotModule
         /*! \brief
          * Set mask for what to write.
          */
-        void setWriteMask(bool bWrite[4]);
+        void setWriteMask(const bool bWrite[4]);
 
         virtual void pointsAdded(const AnalysisDataPointSetRef &points);