summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKnut P <knut@altuma.no>2020-02-28 13:03:39 +0100
committerGitHub <noreply@github.com>2020-02-28 13:03:39 +0100
commit689c64bcdaeffefaccc8c3cd6b886578995a9ecb (patch)
treefb2c239b2351323bc2e1cddb4ef9c11fecacce81
parent502c8866973364f8fc78e4b9d39d8cc8f1521700 (diff)
downloadATCD-689c64bcdaeffefaccc8c3cd6b886578995a9ecb.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 8983c35f3a9..c92f90b84ab 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1935,7 +1935,7 @@ namespace
class OldState
{
public:
- explicit OldState (bool the_disable_output = false)
+ 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 ()),