mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Remove some debug logging
This commit is contained in:
parent
3ab2ef5924
commit
975bdecae5
2 changed files with 2 additions and 3 deletions
|
|
@ -241,8 +241,8 @@ public:
|
|||
|
||||
private:
|
||||
//==============================================================================
|
||||
struct MidiDeviceListBox : public ListBox,
|
||||
private ListBoxModel
|
||||
struct MidiDeviceListBox : private ListBoxModel,
|
||||
public ListBox
|
||||
{
|
||||
MidiDeviceListBox (const String& name,
|
||||
MidiDemo& contentComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue