diff options
-rw-r--r-- | Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index 9091264..7ab5ac9 100644 --- a/Ivy/Ivy.cxx +++ b/Ivy/Ivy.cxx @@ -199,7 +199,7 @@ void Ivy::SendSubscriptions(IvyApplication *app) app->SendMsg( IvyApplication::StartRegexp, GetApplicationPort(), appname.c_str());
for ( int id = 0 ; id < regexp_out.size(); id++ )
{
- const string& regexp = regexp_out[id];
+ const String& regexp = regexp_out[id];
if ( !regexp.empty() )
app->SendMsg( IvyApplication::AddRegexp, id, regexp.c_str());
}
|