Update clang-tidy to clang version 8
[alexxy/gromacs.git] / src / gromacs / topology / atomprop.h
index 32cd835a39d79ae3544f235dcebca76e332c7c3d..267979c5451388f1ebd9aabc628727196ac125ee 100644 (file)
@@ -70,7 +70,7 @@ class AtomProperties
          * \todo This should be made const once the lazy
          * implementation is done properly for the class.
          */
-        const std::string elementFromAtomNumber(int atomNumber);
+        std::string elementFromAtomNumber(int atomNumber);
         /*! \brief
          * Get atom number from element string.
          *