diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-13 11:51:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-13 15:35:14 +0200 |
commit | 6ba2260591633749144e4bf451046fe0c4352b55 (patch) | |
tree | 63e7b44edf52983c7927a74d2cd70a7da9dc2b52 /include | |
parent | fb7cb76df84c7f5c5adbef20a4ddf9b5ed4af24d (diff) |
make some classes private
Change-Id: I14b2c27a99e76b1141c7a7bd3d0edaf57737bee2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115544
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/layout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index 5a2b7310ea48..ec4722b48849 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -479,7 +479,7 @@ private: DECL_LINK(ClickHdl, CheckBox&, void); }; -class VCL_DLLPUBLIC VclScrolledWindow final : public VclBin +class VclScrolledWindow final : public VclBin { public: VclScrolledWindow(vcl::Window *pParent ); |