summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:55:44 +0000
committerfcolin2007-02-01 12:55:44 +0000
commitc333dcf095bbc3e50515fb74c937e1fa2039041e (patch)
tree18e407dbf36f9c95125fe2dc874fecf86b5ed9fa
parent91aa412c2446a4b0c7abe431f4adeaa98e81acd9 (diff)
downloadivy-cplusplus-c333dcf095bbc3e50515fb74c937e1fa2039041e.zip
ivy-cplusplus-c333dcf095bbc3e50515fb74c937e1fa2039041e.tar.gz
ivy-cplusplus-c333dcf095bbc3e50515fb74c937e1fa2039041e.tar.bz2
ivy-cplusplus-c333dcf095bbc3e50515fb74c937e1fa2039041e.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--Bus/Ivy/Ivy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Ivy.cxx b/Bus/Ivy/Ivy.cxx
index 9091264..7ab5ac9 100644
--- a/Bus/Ivy/Ivy.cxx
+++ b/Bus/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());
}