https://bugs.kde.org/show_bug.cgi?id=422312

Sharaf <sharafzaz...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/commit/b9fb41301
                   |                            |0e3bd5841a6afe3c1cf47af3d20
                   |                            |6d4e

--- Comment #11 from Sharaf <sharafzaz...@gmail.com> ---
Git commit b9fb413010e3bd5841a6afe3c1cf47af3d206d4e by Sharaf Zaman.
Committed on 23/09/2020 at 11:17.
Pushed by szaman into branch 'krita/4.3'.

Bugfix: Vector/references don't get rendered

KisExternalLayer had no key function, so the typeinfo
was emitted as a weak symbol. So, it may not always be
possible to merge the typeinfo with shared libraries,
correctly. This would make dynamic_cast fail (because
it depends on RTTI in this case).

src:
https://android.googlesource.com/platform/ndk/+/master/docs/user/common_problems.md#rtti_exceptions-not-working-across-library-boundaries

M  +1    -0    libs/image/CMakeLists.txt
A  +24   -0    libs/image/kis_external_layer_iface.cc     [License: GPL (v2+)]
M  +2    -3    libs/image/kis_external_layer_iface.h

https://invent.kde.org/graphics/krita/commit/b9fb413010e3bd5841a6afe3c1cf47af3d206d4e

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to