From 1744c742c100662d1a7f53541d9554847992745b Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Fri, 17 Feb 2023 16:01:11 +0100 Subject: [PATCH] ADD: added default value for external for the identifier constructor --- include/SimCore/Identifier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SimCore/Identifier.hpp b/include/SimCore/Identifier.hpp index 8abb1ca..cd73102 100644 --- a/include/SimCore/Identifier.hpp +++ b/include/SimCore/Identifier.hpp @@ -18,7 +18,7 @@ namespace SimCore { * @brief constructs an object * */ - Identifier(std::uint32_t parent,std::uint32_t number,bool external) ; + Identifier(std::uint32_t parent,std::uint32_t number,bool external = false) ; /** * @brief constructs the ID out of an string