From: Nabil Ghodbane Date: Wed, 1 Dec 2021 14:10:04 +0000 (+0100) Subject: bos #18709: cas 7.5.3p1 - to be discussed X-Git-Tag: V9_8_0~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b129e7141a120038c247a3c28e244be7c3c2575d;p=tools%2Fsat_salome.git bos #18709: cas 7.5.3p1 - to be discussed --- diff --git a/products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch b/products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch new file mode 100644 index 0000000..d9b209f --- /dev/null +++ b/products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch @@ -0,0 +1,21 @@ +diff --git a/src/Standard/Standard_ErrorHandler.hxx b/src/Standard/Standard_ErrorHandler.hxx +index 09bdc7bfbf..726951fb89 100644 +--- a/src/Standard/Standard_ErrorHandler.hxx ++++ b/src/Standard/Standard_ErrorHandler.hxx +@@ -155,13 +155,13 @@ public: + DEFINE_STANDARD_ALLOC + + //! Registers this callback object in the current error handler (if found). +- void RegisterCallback(); ++ Standard_EXPORT void RegisterCallback(); + + //! Unregisters this callback object from the error handler. +- void UnregisterCallback(); ++ Standard_EXPORT void UnregisterCallback(); + + //! Destructor +- virtual ~Callback(); ++ Standard_EXPORT virtual ~Callback(); + + //! The callback function to perform necessary callback action. + //! Called by the exception handler when it is being destroyed but