summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_string.h')
-rw-r--r--TAO/TAO_IDL/include/utl_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/utl_string.h b/TAO/TAO_IDL/include/utl_string.h
index 9489421c04f..8b8f0a4fd78 100644
--- a/TAO/TAO_IDL/include/utl_string.h
+++ b/TAO/TAO_IDL/include/utl_string.h
@@ -93,7 +93,7 @@ public:
virtual void dump (ACE_OSTREAM_TYPE &o);
// Dump to the ostream.
- char *get_string (void) {return this->p_str;}
+ char *get_string () const {return this->p_str;}
// Get contents of utl_string.
char *get_canonical_rep (void);