From 724a8264079db1d4491cba7cdc4c5a7ad5a694ed Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 10 Nov 2016 11:57:39 +0100 Subject: [PATCH] [MeL] Fix issue in Properties::excludeCopyProperties. --- MeshLib/Properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/Properties.cpp b/MeshLib/Properties.cpp index 3c29f8605d6..8a086374023 100644 --- a/MeshLib/Properties.cpp +++ b/MeshLib/Properties.cpp @@ -83,7 +83,7 @@ Properties Properties::excludeCopyProperties( exclude_mesh_item_types.end()) continue; - std::vector<std::size_t> const exclude_positions; + std::vector<std::size_t> const exclude_positions{}; new_properties._properties.insert( std::make_pair(property_vector.first, property_vector.second->clone(exclude_positions)) -- GitLab