diff options
Diffstat (limited to 'TAO/TAO_IDL/be/be_exception.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_exception.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_exception.cpp b/TAO/TAO_IDL/be/be_exception.cpp index 744cbf9cc40..9a3a6ad0f27 100644 --- a/TAO/TAO_IDL/be/be_exception.cpp +++ b/TAO/TAO_IDL/be/be_exception.cpp @@ -110,8 +110,8 @@ be_exception::gen_encapsulation (void) TAO_NL nl; // end line TAO_CodeGen *cg = TAO_CODEGEN::instance (); long i, arrlen; - long *arr; // an array holding string names converted to array of longs - + ACE_UINT32 *arr; + cs = cg->client_stubs (); cs->indent (); // start from whatever indentation level we were at |