summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorKnut P <knut@altuma.no>2020-03-03 19:59:20 +0100
committerGitHub <noreply@github.com>2020-03-03 19:59:20 +0100
commit91785b820aeefe3642db06833e17ca936382a2f7 (patch)
treea30ffcf9f9b81296efa3099d9e7b1166e996f3d5 /TAO/TAO_IDL
parent3e8b6e03c4693a62730d1115be3705542df32fb9 (diff)
downloadATCD-91785b820aeefe3642db06833e17ca936382a2f7.tar.gz
Update TAO/TAO_IDL/util/utl_global.cpp
Co-Authored-By: Fred Hornsey <fred@hornsey.us>
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index d5f8f6aa2b2..f6e2c828126 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1939,8 +1939,8 @@ 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),
- flags_(ACE_LOG_MSG->flags ())
+ disable_output_ (disable_output),
+ flags_ (ACE_LOG_MSG->flags ())
{
idl_global->in_eval_ = true;