This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new ca355b9  Not yet ready for prime time but have this fix available when 
we are. Note useful docco
ca355b9 is described below

commit ca355b9475170aa5a0cb2f25063ee1fd13df5195
Author: Jim Jagielski <jim...@gmail.com>
AuthorDate: Wed Dec 2 08:07:44 2020 -0500

    Not yet ready for prime time but have this fix available when we are. Note 
useful docco
---
 main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx 
b/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx
index c3c84d6..0b89f81 100644
--- a/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx
+++ b/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/share.hxx
@@ -91,6 +91,7 @@ extern "C" __cxa_eh_globals *__cxa_get_globals () throw();
 // in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but
 // these details are not generally available in a public header
 // of most development environments. So we define them here.
+// NOTE: 
https://www.hexblog.com/wp-content/uploads/2012/06/Recon-2012-Skochinsky-Compiler-Internals.pdf
 class __class_type_info : public std::type_info
 {
 public:
@@ -101,8 +102,8 @@ public:
 
 class __si_class_type_info : public __class_type_info
 {
-        const __class_type_info* mpBaseType;
 public:
+        const __class_type_info* mpBaseType;
         explicit __si_class_type_info( const char* pRttiName, 
__class_type_info* pBaseType)
         : __class_type_info( pRttiName), mpBaseType( pBaseType)
         {}

Reply via email to