summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
authorKnut P <knut@altuma.no>2020-07-28 16:14:40 +0200
committerGitHub <noreply@github.com>2020-07-28 16:14:40 +0200
commit376cb40d4c4870ac67670c3118320ec7863b654d (patch)
treed860e582b76aac16bf9d13e6a7d36018a1682e07 /TAO/TAO_IDL
parentd8003817d0127bced4269fc88465a86a841abcf9 (diff)
downloadATCD-376cb40d4c4870ac67670c3118320ec7863b654d.tar.gz
Update TAO/TAO_IDL/util/utl_global.cpp
Co-authored-by: Adam Mitz <mitza@objectcomputing.com>
Diffstat (limited to 'TAO/TAO_IDL')
-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 26f06a19664..0f4a9dcc29e 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -2005,7 +2005,7 @@ namespace
}
tao_yylex_destroy ();
- pseudo_filename_counter_++;
+ ++pseudo_filename_counter_;
idl_global->in_eval_ = false;
}