summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ivy/IvyCbindings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyCbindings.cxx b/Ivy/IvyCbindings.cxx
index 9ab5efb..9a188ab 100644
--- a/Ivy/IvyCbindings.cxx
+++ b/Ivy/IvyCbindings.cxx
@@ -52,7 +52,7 @@ const char *IvyGetApplicationName( IvyClientPtr app )
}
const char *IvyGetApplicationHost( IvyClientPtr app )
{
- string host;
+ ivy::string host;
UINT port;
((IvyApplication*)app)->GetPeerName(host,port);
return host.c_str();