summaryrefslogtreecommitdiff
path: root/include/vcl/popupmenuwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/popupmenuwindow.hxx')
-rw-r--r--include/vcl/popupmenuwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/popupmenuwindow.hxx b/include/vcl/popupmenuwindow.hxx
index 4d035b3b1bdf..42488c2ee206 100644
--- a/include/vcl/popupmenuwindow.hxx
+++ b/include/vcl/popupmenuwindow.hxx
@@ -26,7 +26,7 @@
class VCL_DLLPUBLIC PopupMenuFloatingWindow : public FloatingWindow
{
private:
- struct ImplData;
+ struct SAL_DLLPRIVATE ImplData;
std::unique_ptr<ImplData> mpImplData;
public:
PopupMenuFloatingWindow( vcl::Window* pParent );