From ecece0b63dd2247d048049b2bf29c3e62d3f5b2a Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 25 Jan 2021 08:01:52 +0100 Subject: [PATCH] [MeL] Properties: Fix cppcheck 'arg. names diff.' warnings. --- MeshLib/Properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/Properties.h b/MeshLib/Properties.h index 0ba085c39a2..3c384792dd7 100644 --- a/MeshLib/Properties.h +++ b/MeshLib/Properties.h @@ -86,7 +86,7 @@ public: /// Checks if a property vector with given type \c T, \c name, \c /// mesh_item_type, and \c number_of_components exists. template <typename T> - bool existsPropertyVector(std::string const& property_name, + bool existsPropertyVector(std::string const& name, MeshItemType const mesh_item_type, int const number_of_components) const; -- GitLab