ADD: added default value for external for the identifier constructor

This commit is contained in:
Henry Winkel
2023-02-17 16:01:11 +01:00
parent 086f5d109e
commit 1744c742c1

View File

@@ -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