summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-08 22:18:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-08 22:18:34 +0000
commite557910f60c441eb71e6ec0f5ba36b698ad1cda8 (patch)
tree0d374b5311785d3872618d55507651958d699650 /ace
parent7b4b74534b640e8192163384b542489526d45433 (diff)
downloadATCD-e557910f60c441eb71e6ec0f5ba36b698ad1cda8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index a98b204f06e..bfb692f2c5d 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -8676,7 +8676,7 @@ ACE_OS::getenv (const wchar_t *symbol)
}
ACE_INLINE int
-ACE_OS::rename (const char *old_name, const char *new_name)
+ACE_OS::rename (const wchar_t *old_name, const wchar_t *new_name)
{
#if !defined (ACE_HAS_WINCE)
// ACE_TRACE ("ACE_OS::rename");