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:
parent
ee4993f0ff
commit
357dd2c9c9
53 changed files with 102 additions and 130 deletions
|
|
@ -347,7 +347,7 @@ void GenericCodeEditorComponent::removeListener (GenericCodeEditorComponent::Lis
|
|||
//==============================================================================
|
||||
class GenericCodeEditorComponent::FindPanel : public Component,
|
||||
private TextEditor::Listener,
|
||||
private ButtonListener
|
||||
private Button::Listener
|
||||
{
|
||||
public:
|
||||
FindPanel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue