diff options
author | fcolin | 2007-02-01 12:55:44 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:55:44 +0000 |
commit | 570fc607cb946a8caa2ef7536e024c617df4d243 (patch) | |
tree | be0e669680583e56cd9e2c0516b60632c0f841f3 | |
parent | 04c9642429d5008dd5cb6a90ca7fa544c20d6fc8 (diff) | |
download | ivy-cplusplus-570fc607cb946a8caa2ef7536e024c617df4d243.zip ivy-cplusplus-570fc607cb946a8caa2ef7536e024c617df4d243.tar.gz ivy-cplusplus-570fc607cb946a8caa2ef7536e024c617df4d243.tar.bz2 ivy-cplusplus-570fc607cb946a8caa2ef7536e024c617df4d243.tar.xz |
Utilisateur : Fcolin Date : 23/01/01 Heure : 13:12 Archivé dans $/Ivy Commentaire: remove 'using name space std;' (vss 4)
-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());
}
|