summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/utl_exceptlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/utl_exceptlist.h')
-rw-r--r--TAO/TAO_IDL/include/utl_exceptlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/utl_exceptlist.h b/TAO/TAO_IDL/include/utl_exceptlist.h
index 3d411e2a6a4..54debd976f8 100644
--- a/TAO/TAO_IDL/include/utl_exceptlist.h
+++ b/TAO/TAO_IDL/include/utl_exceptlist.h
@@ -89,7 +89,7 @@ public:
// Operations
// Constructor(s)
- UTL_ExceptList(AST_Exception *s, UTL_ExceptList *cdr);
+ UTL_ExceptList (AST_Exception *s, UTL_ExceptList *cdr);
// Get list item
AST_Exception *head();