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:
Stephan Bergmann 2024-04-01 21:16:14 +02:00
parent 4bdbf0f898
commit 0ef2073ac5

View file

@ -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;