mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Minor code clean-ups.
This commit is contained in:
parent
9f201da3c5
commit
08eb852103
289 changed files with 779 additions and 780 deletions
|
|
@ -198,7 +198,7 @@ private:
|
|||
}
|
||||
|
||||
MidiInputSelectorComponentListBox (const MidiInputSelectorComponentListBox&);
|
||||
const MidiInputSelectorComponentListBox& operator= (const MidiInputSelectorComponentListBox&);
|
||||
MidiInputSelectorComponentListBox& operator= (const MidiInputSelectorComponentListBox&);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -928,7 +928,7 @@ public:
|
|||
}
|
||||
|
||||
ChannelSelectorListBox (const ChannelSelectorListBox&);
|
||||
const ChannelSelectorListBox& operator= (const ChannelSelectorListBox&);
|
||||
ChannelSelectorListBox& operator= (const ChannelSelectorListBox&);
|
||||
};
|
||||
|
||||
private:
|
||||
|
|
@ -936,7 +936,7 @@ private:
|
|||
ChannelSelectorListBox* outputChanList;
|
||||
|
||||
AudioDeviceSettingsPanel (const AudioDeviceSettingsPanel&);
|
||||
const AudioDeviceSettingsPanel& operator= (const AudioDeviceSettingsPanel&);
|
||||
AudioDeviceSettingsPanel& operator= (const AudioDeviceSettingsPanel&);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue