From 068d40814bb05741a60989f0caa0ca747b53ab84 Mon Sep 17 00:00:00 2001 From: Daniel Walz Date: Sun, 1 Aug 2021 16:54:48 +0200 Subject: [PATCH] Fixed AlertWindow::IconType (renamed in juce) --- Editor/foleys_PropertiesEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/foleys_PropertiesEditor.cpp b/Editor/foleys_PropertiesEditor.cpp index 469d7630..993775ef 100644 --- a/Editor/foleys_PropertiesEditor.cpp +++ b/Editor/foleys_PropertiesEditor.cpp @@ -178,7 +178,7 @@ void PropertiesEditor::createNewClass() classNameInput = std::make_unique (TRANS ("New style class"), TRANS ("Enter a name:"), - juce::AlertWindow::QuestionIcon, + juce::MessageBoxIconType::QuestionIcon, this); classNameInput->addTextEditor (editorID, "class"); classNameInput->addButton (TRANS ("Cancel"), 0);