summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKnut P <knut@altuma.no>2020-02-28 13:07:31 +0100
committerGitHub <noreply@github.com>2020-02-28 13:07:31 +0100
commitd1931582ffe4607fd832748c377f02385fdfd7a1 (patch)
tree8bf02a8204d03564ee674875de13e0b1d66ff4bd
parent689c64bcdaeffefaccc8c3cd6b886578995a9ecb (diff)
downloadATCD-d1931582ffe4607fd832748c377f02385fdfd7a1.tar.gz
Update TAO/TAO_IDL/util/utl_global.cpp
Co-Authored-By: Fred Hornsey <fred@hornsey.us>
-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 c92f90b84ab..e0d7ba9f69d 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1938,7 +1938,7 @@ namespace
explicit OldState (bool disable_output = false)
: old_filename_ (idl_global->filename ()),
old_lineno_ (idl_global->lineno ()),
- old_idl_src_file_(idl_global->idl_src_file ()),
+ old_idl_src_file_ (idl_global->idl_src_file ()),
disable_output_ (the_disable_output),
flags_(ACE_LOG_MSG->flags ())
{