summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()),