summaryrefslogtreecommitdiff
path: root/ace/CDR_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/CDR_Stream.h')
-rw-r--r--ace/CDR_Stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CDR_Stream.h b/ace/CDR_Stream.h
index 7aef7b64759..89a51513b8d 100644
--- a/ace/CDR_Stream.h
+++ b/ace/CDR_Stream.h
@@ -336,7 +336,7 @@ public:
// = We add one method to write arrays of basic IDL types.
// Note: the portion written starts at <x> and ends at <x + length>.
// The length is *NOT* stored into the CDR stream.
- CDR::Boolean write_boolean_array (CDR::Boolean *x,
+ CDR::Boolean write_boolean_array (const CDR::Boolean *x,
CDR::ULong length);
CDR::Boolean write_char_array (const CDR::Char *x,
CDR::ULong length);