Fix UBSan RTTI needs
...vcl_graphic_test now failed with > DynamicLibraryManagerException: "Failed to load dynamic library: workdir/LinkTarget/CppunitTest/libtest_vcl_graphic_test.so > workdir/LinkTarget/CppunitTest/libtest_vcl_graphic_test.so: undefined symbol: _ZTI10ImpGraphic" Change-Id: I1d11a50ef9dbb0003f7bc66540829b43c1412a16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165653 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
This commit is contained in:
parent
4bdbf0f898
commit
0ef2073ac5
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ enum class GraphicContentType : sal_Int32
|
|||
Vector
|
||||
};
|
||||
|
||||
class ImpGraphic final : public vcl::graphic::MemoryManaged
|
||||
class SAL_DLLPUBLIC_RTTI ImpGraphic final : public vcl::graphic::MemoryManaged
|
||||
{
|
||||
friend class Graphic;
|
||||
friend class GraphicID;
|
||||
|
|
Loading…
Reference in a new issue