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);