summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Consumer_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Consumer_Handler.h')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer_Handler.h b/TAO/examples/Callback_Quoter/Consumer_Handler.h
index 853a2f9f401..20cc7745e3d 100644
--- a/TAO/examples/Callback_Quoter/Consumer_Handler.h
+++ b/TAO/examples/Callback_Quoter/Consumer_Handler.h
@@ -111,7 +111,7 @@ private:
ACE_TCHAR **argv_;
// arguments from command line.
- char *ior_;
+ ACE_TCHAR *ior_;
// IOR of the obj ref of the server.
int shutdown_;