diff options
Diffstat (limited to 'common/distrio_helper.h')
| -rw-r--r-- | common/distrio_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/distrio_helper.h b/common/distrio_helper.h index 0d2d145..7bad2de 100644 --- a/common/distrio_helper.h +++ b/common/distrio_helper.h @@ -37,6 +37,6 @@ static corba_ref ref = { /** initialize corba orb - argc, argv as passed to main() */ int init_corba (int argc, char **argv); /** register a digital io with a common name at the naming service */ -int register_digital (char *_name, Distrio_Digital_i *digital); +int register_digital (std::string _name, Distrio_Digital_i *digital); /** run the orb - function blocks until orb shutdown */ int run_orb (void); |
