ADD: added default value for external for the identifier constructor
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SimCore {
|
|||||||
* @brief constructs an object
|
* @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
|
* @brief constructs the ID out of an string
|
||||||
|
|||||||
Reference in New Issue
Block a user