diff options
-rw-r--r-- | TAO/tao/Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h index 9507c63b51d..2bdf4294a3f 100644 --- a/TAO/tao/Exception.h +++ b/TAO/tao/Exception.h @@ -389,7 +389,7 @@ private: class CORBA_ExceptionList; typedef CORBA_ExceptionList *CORBA_ExceptionList_ptr; -class CORBA_ExceptionList +class TAO_Export CORBA_ExceptionList { // = TITLE // ExceptionList definition taken from CORBA v2.2 Feb 1998 |