From 9b0f5a79033cd502bc03a570f40d9ce0d6e13dab Mon Sep 17 00:00:00 2001 From: Knut P Date: Tue, 25 Feb 2020 09:15:32 +0100 Subject: Update TAO/TAO_IDL/util/utl_global.cpp Co-Authored-By: Adam Mitz --- TAO/TAO_IDL/util/utl_global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()), -- cgit v1.2.1