summaryrefslogtreecommitdiff
path: root/vcl/inc/listbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/listbox.hxx')
-rw-r--r--vcl/inc/listbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx
index 3cd6944d6c75..df2f68c5ca73 100644
--- a/vcl/inc/listbox.hxx
+++ b/vcl/inc/listbox.hxx
@@ -352,7 +352,7 @@ public:
bool GetEdgeBlending() const { return mbEdgeBlending; }
void SetEdgeBlending(bool bNew) { mbEdgeBlending = bNew; }
- void EnableQuickSelection( const bool& b );
+ void EnableQuickSelection( bool b );
using Control::ImplInitSettings;
virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;