summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index 289402b43440..fc1563962df5 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -75,7 +75,7 @@ public:
vcl::Window* get_mnemonic_widget() const { return m_pMnemonicWindow; }
};
-class VCL_DLLPUBLIC SelectableFixedText final : public Edit
+class SelectableFixedText final : public Edit
{
public:
explicit SelectableFixedText( vcl::Window* pParent, WinBits nStyle );