From e189a3f5b5c4f381dcf109eb9a2ee9b6d32d5551 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 1 Dec 2019 18:53:48 +0200 Subject: make some classes module private Mark some stuff SAL_DLLPUBLIC_RTTI in include/vcl/metaact.hxx in order to make ASAN happy. Change-Id: I97febe0968bf58b9cbe60ce647f0ada25e6f4bb0 Reviewed-on: https://gerrit.libreoffice.org/84202 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/floatwin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/floatwin.hxx') diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx index 52d09597b59c..e924807ca44d 100644 --- a/include/vcl/floatwin.hxx +++ b/include/vcl/floatwin.hxx @@ -73,7 +73,7 @@ enum class FloatWinTitleType class VCL_DLLPUBLIC FloatingWindow : public SystemWindow { - class ImplData; + class SAL_DLLPRIVATE ImplData; private: VclPtr mpNextFloat; VclPtr mpFirstPopupModeWin; -- cgit