summaryrefslogtreecommitdiff
path: root/Ivy/Ivy.cxx
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:56:16 +0000
committerfcolin2007-02-01 12:56:16 +0000
commit36b8ea1503500ad1e4220090b90f1b0001da896f (patch)
tree27be785b410a960ec814e6cd473f3843b03747a5 /Ivy/Ivy.cxx
parentb1d9a197c185ccc3b0f67ee55713f16cdebad461 (diff)
downloadivy-cplusplus-36b8ea1503500ad1e4220090b90f1b0001da896f.zip
ivy-cplusplus-36b8ea1503500ad1e4220090b90f1b0001da896f.tar.gz
ivy-cplusplus-36b8ea1503500ad1e4220090b90f1b0001da896f.tar.bz2
ivy-cplusplus-36b8ea1503500ad1e4220090b90f1b0001da896f.tar.xz
Utilisateur : Fcolin Date : 2/06/05 Heure : 18:42 Archivé dans $/Bus/Ivy Commentaire: Suppression de la STL et ajout d'un namespace pour les datatypes internes Ivy (vss 20)
Diffstat (limited to 'Ivy/Ivy.cxx')
-rw-r--r--Ivy/Ivy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx
index 7cd8dde..3ef0ce2 100644
--- a/Ivy/Ivy.cxx
+++ b/Ivy/Ivy.cxx
@@ -227,7 +227,7 @@ void Ivy::SendSubscriptions(IvyApplication *app)
app->SendMsg( IvyApplication::StartRegexp, GetApplicationPort(), appname.c_str());
for ( unsigned int id = 0 ; id < regexp_out.size(); id++ )
{
- const string& regexp = regexp_out[id];
+ const ivy::string& regexp = regexp_out[id];
if ( !regexp.empty() )
app->SendMsg( IvyApplication::AddRegexp, id, regexp.c_str());
}