summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index c9fdf017571..8983c35f3a9 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1939,7 +1939,7 @@ namespace
: old_filename_ (idl_global->filename ()),
old_lineno_ (idl_global->lineno ()),
old_idl_src_file_(idl_global->idl_src_file ()),
- disable_output_(the_disable_output),
+ disable_output_ (the_disable_output),
flags_(ACE_LOG_MSG->flags ())
{
idl_global->in_eval_ = true;