summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKnut P <knut@altuma.no>2020-02-25 09:14:56 +0100
committerGitHub <noreply@github.com>2020-02-25 09:14:56 +0100
commitbb40ff0d33aa106872cba0d027d833e3de6d1738 (patch)
tree405efa5d73f4f70b80bbef33243f71fa9ac1a8f0
parentb99d0f133665d598b6bd17ef47f0d78f1a367f41 (diff)
downloadATCD-bb40ff0d33aa106872cba0d027d833e3de6d1738.tar.gz
Update TAO/TAO_IDL/util/utl_global.cpp
Co-Authored-By: Adam Mitz <mitza@objectcomputing.com>
-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 55320b0a12d..da86e4f3cc0 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1934,7 +1934,7 @@ namespace
{
class OldState
{
- public:
+ public:
explicit OldState(bool the_disable_output = false)
: old_filename_ (idl_global->filename ()),
old_lineno_(idl_global->lineno ()),