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 da86e4f3cc0..1b4c6048570 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 the_disable_output = false)
: old_filename_ (idl_global->filename ()),
old_lineno_(idl_global->lineno ()),
old_idl_src_file_(idl_global->idl_src_file ()),