summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Supplier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Supplier_i.h')
-rw-r--r--TAO/examples/Callback_Quoter/Supplier_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Supplier_i.h b/TAO/examples/Callback_Quoter/Supplier_i.h
index 47114de719c..b1b70dd244e 100644
--- a/TAO/examples/Callback_Quoter/Supplier_i.h
+++ b/TAO/examples/Callback_Quoter/Supplier_i.h
@@ -65,7 +65,7 @@ private:
CORBA::ORB_var orb_;
// Remember our orb.
- int read_ior (char *filename);
+ int read_ior (ACE_TCHAR *filename);
// Function to read the Notifier IOR from a file.
int parse_args (void);