1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Standardised some lambda syntax

This commit is contained in:
jules 2018-01-08 10:28:41 +00:00
parent 5b32ef4897
commit 4fcedf7be5
53 changed files with 138 additions and 138 deletions

View file

@ -393,7 +393,7 @@ KeyMappingEditorComponent::KeyMappingEditorComponent (KeyPressMappingSet& mappin
{
addAndMakeVisible (resetButton);
resetButton.onClick = [this]()
resetButton.onClick = [this]
{
AlertWindow::showOkCancelBox (AlertWindow::QuestionIcon,
TRANS("Reset to defaults"),