summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/progress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/progress.cpp')
-rw-r--r--TAO/examples/AMI/FL_Callback/progress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/AMI/FL_Callback/progress.cpp b/TAO/examples/AMI/FL_Callback/progress.cpp
index 341b6af910f..a2ebfb494da 100644
--- a/TAO/examples/AMI/FL_Callback/progress.cpp
+++ b/TAO/examples/AMI/FL_Callback/progress.cpp
@@ -73,7 +73,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
window.end ();
- char* targv[] = { argv[0] };
+ char* targv[] = { ACE_TEXT_ALWAYS_CHAR (argv[0]) };
window.show (1, targv);
sw.show ();