diff options
author | Knut P <knut@altuma.no> | 2020-02-28 13:03:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 13:03:39 +0100 |
commit | 689c64bcdaeffefaccc8c3cd6b886578995a9ecb (patch) | |
tree | fb2c239b2351323bc2e1cddb4ef9c11fecacce81 /TAO | |
parent | 502c8866973364f8fc78e4b9d39d8cc8f1521700 (diff) | |
download | ATCD-689c64bcdaeffefaccc8c3cd6b886578995a9ecb.tar.gz |
Update TAO/TAO_IDL/util/utl_global.cpp
Co-Authored-By: Fred Hornsey <fred@hornsey.us>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/TAO_IDL/util/utl_global.cpp | 2 |
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 ()), |