1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Removed some old compiler bug workarounds

This commit is contained in:
jules 2017-08-14 10:45:51 +01:00
parent ee4993f0ff
commit 357dd2c9c9
53 changed files with 102 additions and 130 deletions

View file

@ -347,7 +347,7 @@ void GenericCodeEditorComponent::removeListener (GenericCodeEditorComponent::Lis
//==============================================================================
class GenericCodeEditorComponent::FindPanel : public Component,
private TextEditor::Listener,
private ButtonListener
private Button::Listener
{
public:
FindPanel()