-Werror,-Wunused-lambda-capture
Change-Id: I0ceabed1f89b6b641d5282fa1c32719bf3ead19c
This commit is contained in:
@@ -463,7 +463,7 @@ namespace pcr
|
|||||||
{
|
{
|
||||||
ActionEvent aEvent( *this, OUString( "clicked" ) );
|
ActionEvent aEvent( *this, OUString( "clicked" ) );
|
||||||
m_aActionListeners.forEach< XActionListener >(
|
m_aActionListeners.forEach< XActionListener >(
|
||||||
[this, &aEvent] (uno::Reference<awt::XActionListener> const& xListener)
|
[&aEvent] (uno::Reference<awt::XActionListener> const& xListener)
|
||||||
{ return xListener->actionPerformed(aEvent); });
|
{ return xListener->actionPerformed(aEvent); });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user