summaryrefslogtreecommitdiff
path: root/TAO/utils/wxNamingViewer/wxViewIORDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/wxNamingViewer/wxViewIORDialog.cpp')
-rw-r--r--TAO/utils/wxNamingViewer/wxViewIORDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/utils/wxNamingViewer/wxViewIORDialog.cpp b/TAO/utils/wxNamingViewer/wxViewIORDialog.cpp
index 35d5687f404..015660edc4e 100644
--- a/TAO/utils/wxNamingViewer/wxViewIORDialog.cpp
+++ b/TAO/utils/wxNamingViewer/wxViewIORDialog.cpp
@@ -89,7 +89,7 @@ void WxViewIORDialog::decodeIOR()
// The need to const_cast should disappear in TAO 1.1.2
char* profileString =
- const_cast<TAO_Profile*>(profile)->to_string(TAO_ENV_SINGLE_ARG_PARAMETER);
+ const_cast<TAO_Profile*>(profile)->to_string(ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
profiles->AppendItem( rootItem, profileString);
delete [] profileString;