From b129e7141a120038c247a3c28e244be7c3c2575d Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 1 Dec 2021 15:10:04 +0100 Subject: [PATCH] bos #18709: cas 7.5.3p1 - to be discussed --- .../CAS-7.5.3p1-Standard_ErrorHandler.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch 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 -- 2.39.2