summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index a54a6f58dea..b4133fa650c 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5774,7 +5774,7 @@ public:
static int t_connect(int fildes,
struct t_call *sndcall,
struct t_call *rcvcall);
- static void t_error (char *errmsg);
+ static void t_error (const char *errmsg);
static int t_free (char *ptr,
int struct_type);
static int t_getinfo (ACE_HANDLE fildes,