1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +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

@ -333,7 +333,7 @@ private:
//==============================================================================
class KeyMappingEditorComponent::TopLevelItem : public TreeViewItem,
public ButtonListener,
public Button::Listener,
private ChangeListener
{
public: